Rahatara commited on
Commit
18fd000
·
verified ·
1 Parent(s): 839d579

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ with gr.Blocks() as app:
66
  examples=example_scenarios,
67
  inputs=text_input,
68
  outputs=text_output,
69
- fn=analyze_text # Automatically analyze when an example is selected
70
  )
71
 
72
  analyze_text_btn.click(
 
66
  examples=example_scenarios,
67
  inputs=text_input,
68
  outputs=text_output,
69
+ # fn=analyze_text # Automatically analyze when an example is selected
70
  )
71
 
72
  analyze_text_btn.click(