smhavens commited on
Commit
3ed7c05
·
1 Parent(s): 724f5a4

Undo bad choice

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -124,8 +124,8 @@ def main():
124
  with gr.Blocks() as iface:
125
  gr.Markdown(prompt)
126
  with gr.Tab("Guess"):
127
- text_input = gr.Textbox("Guess")
128
- text_output = gr.Textbox("Status")
129
  text_button = gr.Button("Submit")
130
  with gr.Accordion("Open for previous guesses"):
131
  for guess in guesses:
 
124
  with gr.Blocks() as iface:
125
  gr.Markdown(prompt)
126
  with gr.Tab("Guess"):
127
+ text_input = gr.Textbox()
128
+ text_output = gr.Textbox()
129
  text_button = gr.Button("Submit")
130
  with gr.Accordion("Open for previous guesses"):
131
  for guess in guesses: