Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|