jbilcke-hf HF staff commited on
Commit
c3f4fda
1 Parent(s): 898e44d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -206,7 +206,7 @@ def ui_full(launch_kwargs):
206
  </div>""")
207
  with gr.Row():
208
  with gr.Column():
209
- secret_token = gr.Textbox((label="Secret Token")
210
  with gr.Row():
211
  text = gr.Textbox(label="Input Text", value="Downtown New York, busy street, pedestrian, taxis", interactive=True)
212
  with gr.Row():
 
206
  </div>""")
207
  with gr.Row():
208
  with gr.Column():
209
+ secret_token = gr.Textbox(label="Secret Token")
210
  with gr.Row():
211
  text = gr.Textbox(label="Input Text", value="Downtown New York, busy street, pedestrian, taxis", interactive=True)
212
  with gr.Row():