xinchen9 commited on
Commit
a8b571f
1 Parent(s): 3f4c365

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
 
3
  with gr.Blocks() as demo:
4
- with Row():
5
  prompt = gr.Textbox(label='Input Prompt')
6
  with gr.Row():
7
  shown_columns_1 = gr.CheckboxGroup(
 
1
  import gradio as gr
2
 
3
  with gr.Blocks() as demo:
4
+ with gr.Row():
5
  prompt = gr.Textbox(label='Input Prompt')
6
  with gr.Row():
7
  shown_columns_1 = gr.CheckboxGroup(