Spaces:
Runtime error
Runtime error
Commit
Β·
55bfd03
1
Parent(s):
35ae31f
initial commit
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import psychohistory
|
|
| 5 |
with gr.Blocks(title="PSYCHOHISTORY") as app:
|
| 6 |
with gr.Tab("Search"):
|
| 7 |
with gr.Row():
|
| 8 |
-
txt_search = gr.Textbox(value="
|
| 9 |
btn_search = gr.Button("Look", scale=1)
|
| 10 |
with gr.Row():
|
| 11 |
mem_results = gr.JSON(label="Results")
|
|
|
|
| 5 |
with gr.Blocks(title="PSYCHOHISTORY") as app:
|
| 6 |
with gr.Tab("Search"):
|
| 7 |
with gr.Row():
|
| 8 |
+
txt_search = gr.Textbox(value="Peace in Eurasia", label="Search Term", scale=5)
|
| 9 |
btn_search = gr.Button("Look", scale=1)
|
| 10 |
with gr.Row():
|
| 11 |
mem_results = gr.JSON(label="Results")
|