Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ with gr.Blocks(
|
|
31 |
fill_height=True,
|
32 |
css=""".gradio-container .avatar-container {height: 40px width: 40px !important;} #duplicate-button {margin: auto; color: white; background: #f1a139; border-radius: 100vh; margin-top: 2px; margin-bottom: 2px;}""",
|
33 |
) as chat:
|
34 |
-
gr.Markdown("
|
35 |
with gr.Row(elem_id="model_selector_row"):
|
36 |
# model_selector defined in chatbot.py
|
37 |
pass
|
|
|
31 |
fill_height=True,
|
32 |
css=""".gradio-container .avatar-container {height: 40px width: 40px !important;} #duplicate-button {margin: auto; color: white; background: #f1a139; border-radius: 100vh; margin-top: 2px; margin-bottom: 2px;}""",
|
33 |
) as chat:
|
34 |
+
gr.Markdown("### Image Chat, Image Generation and Normal Chat")
|
35 |
with gr.Row(elem_id="model_selector_row"):
|
36 |
# model_selector defined in chatbot.py
|
37 |
pass
|