cryptocalypse
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -117,6 +117,9 @@ with gr.Blocks(title="NWO BOT") as app:
|
|
117 |
with gr.Row():
|
118 |
txt_search = gr.Textbox(value="Donald Trump",scale=5)
|
119 |
btn_search = gr.Button("Search",scale=1)
|
|
|
|
|
|
|
120 |
with gr.Row():
|
121 |
big_block = gr.HTML("""
|
122 |
<iframe style="scroll-padding-left: 50%; relative;background-color: #fff; height: 75vh; width: 100%; overflow-y: hidden; overflow-x: hidden;" src="https://holmesbot.com/api/shared?id=16657e456d9514"></iframe>
|
|
|
117 |
with gr.Row():
|
118 |
txt_search = gr.Textbox(value="Donald Trump",scale=5)
|
119 |
btn_search = gr.Button("Search",scale=1)
|
120 |
+
with gr.Row():
|
121 |
+
els_results = gr.Dataframe(type="pandas")
|
122 |
+
|
123 |
with gr.Row():
|
124 |
big_block = gr.HTML("""
|
125 |
<iframe style="scroll-padding-left: 50%; relative;background-color: #fff; height: 75vh; width: 100%; overflow-y: hidden; overflow-x: hidden;" src="https://holmesbot.com/api/shared?id=16657e456d9514"></iframe>
|