cryptocalypse
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -157,7 +157,7 @@ with gr.Blocks(title="NWO BOT") as app:
|
|
157 |
|
158 |
with gr.Tab("Search"):
|
159 |
with gr.Row():
|
160 |
-
txt_search = gr.Textbox(value="
|
161 |
btn_search = gr.Button("Search",scale=1)
|
162 |
with gr.Row():
|
163 |
#search_results = gr.Dataframe(type="pandas")
|
|
|
157 |
|
158 |
with gr.Tab("Search"):
|
159 |
with gr.Row():
|
160 |
+
txt_search = gr.Textbox(value="Rothschild",scale=5)
|
161 |
btn_search = gr.Button("Search",scale=1)
|
162 |
with gr.Row():
|
163 |
#search_results = gr.Dataframe(type="pandas")
|