IamVicky111 commited on
Commit
2818ac5
·
verified ·
1 Parent(s): b915f7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ with gr.Blocks() as demo:
74
 
75
  with gr.Column():
76
  result_output = gr.JSON(label="Result")
77
- #exec_info_output = gr.Textbox(label="Execution Info")
78
 
79
  scrape_button.click(
80
  scrape_and_summarize,
 
74
 
75
  with gr.Column():
76
  result_output = gr.JSON(label="Result")
77
+ exec_info_output = gr.Textbox(label="Execution Info")
78
 
79
  scrape_button.click(
80
  scrape_and_summarize,