Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -493,7 +493,7 @@ with gr.Blocks() as demo:
|
|
493 |
outputs=[full_response, extracted_table_df, word_doc_path, iframe_html, mapify_button_html]
|
494 |
)
|
495 |
|
496 |
-
#
|
497 |
def clear_all():
|
498 |
return (
|
499 |
"", "", "", "", False, 150, 0.7, 0.9, 0.5, 0.0, "", None, None, None, None
|
|
|
493 |
outputs=[full_response, extracted_table_df, word_doc_path, iframe_html, mapify_button_html]
|
494 |
)
|
495 |
|
496 |
+
# Define Clear Function
|
497 |
def clear_all():
|
498 |
return (
|
499 |
"", "", "", "", False, 150, 0.7, 0.9, 0.5, 0.0, "", None, None, None, None
|