Spaces:
Sleeping
Sleeping
Commit
·
0804c9d
1
Parent(s):
0e3c4d0
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="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")
|
|
|
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 in 2027", label="Search Term", scale=5)
|
9 |
btn_search = gr.Button("Look", scale=1)
|
10 |
with gr.Row():
|
11 |
mem_results = gr.JSON(label="Results")
|