cryptocalypse commited on
Commit
5a5d6f8
1 Parent(s): 509213c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ with gr.Blocks(title="PSYCHOHISTORY") as app:
6
  with gr.Tab("Search"):
7
  with gr.Row():
8
  model = gr.Radio(["Gemma2", "Zephy7B"], value="Gemma2",label="Model", info="Select model",scale=2)
9
- time_direction = gr.Radio(["Past", "Future"], label="Direction", info="Select time direction",scale=2)
10
  num_fut = gr.Textbox(value="4", label="Future Steps", scale=2)
11
  with gr.Column():
12
 
 
6
  with gr.Tab("Search"):
7
  with gr.Row():
8
  model = gr.Radio(["Gemma2", "Zephy7B"], value="Gemma2",label="Model", info="Select model",scale=2)
9
+ time_direction = gr.Radio(["Past", "Future"],value="Future", label="Direction", info="Select time direction",scale=2)
10
  num_fut = gr.Textbox(value="4", label="Future Steps", scale=2)
11
  with gr.Column():
12