awacke1 commited on
Commit
04e4745
·
1 Parent(s): d913b8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -236,7 +236,7 @@ with gr.Blocks(css = """#col_container {width: 1280px; margin-left: auto; margin
236
  b4 = gr.Button("Search Web Live")
237
  with gr.Row(): # output DF2
238
  out_DF = gr.Dataframe(wrap=True, max_rows=1000, overflow_row_behaviour= "paginate", datatype = ["markdown", "markdown"], headers=['Entity', 'Value'])
239
- inp.submit(get_wiki_summary, [inp], [out_DF])
240
 
241
 
242
  # Accordian chat bot
 
236
  b4 = gr.Button("Search Web Live")
237
  with gr.Row(): # output DF2
238
  out_DF = gr.Dataframe(wrap=True, max_rows=1000, overflow_row_behaviour= "paginate", datatype = ["markdown", "markdown"], headers=['Entity', 'Value'])
239
+ #inp.submit(get_wiki_summary, [inp], [out_DF])
240
 
241
 
242
  # Accordian chat bot