diff --git a/app.py b/app.py index 3784a1a..93c1d7a 100644 --- a/app.py +++ b/app.py @@ -19,3 +19,5 @@ def process_file(input_file): file_input.change(process_file, inputs=file_input, outputs=[download_btn, markdown_output]) demo.launch() + +#hey