Spaces:
Paused
Paused
Commit
·
6370920
1
Parent(s):
7394aac
Update app.py
Browse files
app.py
CHANGED
@@ -333,7 +333,7 @@ textbox = gr.Textbox(
|
|
333 |
label="Text input",
|
334 |
scale=6,
|
335 |
)
|
336 |
-
with gr.Blocks(title="PigeonChat, theme=gr.themes.Base()) as demo:
|
337 |
gr.Markdown("""PigeonChat ```4.5```""")
|
338 |
with gr.Row(variant="panel"):
|
339 |
with gr.Column(scale=1):
|
|
|
333 |
label="Text input",
|
334 |
scale=6,
|
335 |
)
|
336 |
+
with gr.Blocks(title="PigeonChat", theme=gr.themes.Base()) as demo:
|
337 |
gr.Markdown("""PigeonChat ```4.5```""")
|
338 |
with gr.Row(variant="panel"):
|
339 |
with gr.Column(scale=1):
|