awacke1 commited on
Commit
6545229
·
1 Parent(s): f4d44de

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(fn=get_wiki_summary, inputs=inp, outputs=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