Update app.py
Browse files
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(
|
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
|