aquibmoin commited on
Commit
5b9dd5b
·
verified ·
1 Parent(s): 9a77a66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- # 🚀 Define Clear Function
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