merve HF staff commited on
Commit
c59ead5
·
1 Parent(s): 839d9c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ with gr.Blocks(css=css) as demo:
68
 
69
  with gr.Row():
70
  with gr.Column():
71
- input_text = gr.TextBox(elem_id="input-text")
72
  with gr.Row():
73
  see_prompts = gr.Button("Feed in your text!")
74
 
 
68
 
69
  with gr.Row():
70
  with gr.Column():
71
+ input_text = gr.Textbox(elem_id="input-text")
72
  with gr.Row():
73
  see_prompts = gr.Button("Feed in your text!")
74