bhaskartripathi commited on
Commit
cf0d0cb
1 Parent(s): 73b35dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ with gr.Blocks(css="""#chatbot { font-size: 14px; min-height: 1200; }""") as dem
106
  analysis_results = gr.Textbox(label='Analysis Results', placeholder="Results will appear here after analysis", lines=20)
107
 
108
  analyze_button.click(
109
- func=analyze_reports, # This function needs to be defined to handle the report analysis.
110
  inputs=[file_upload, num_reports],
111
  outputs=[analysis_results],
112
  )
 
106
  analysis_results = gr.Textbox(label='Analysis Results', placeholder="Results will appear here after analysis", lines=20)
107
 
108
  analyze_button.click(
109
+ #func=analyze_reports, # This function needs to be defined to handle the report analysis.
110
  inputs=[file_upload, num_reports],
111
  outputs=[analysis_results],
112
  )