Update app.py
Browse files
app.py
CHANGED
@@ -142,7 +142,7 @@ footer{ display:none !important; }
|
|
142 |
"""
|
143 |
|
144 |
with gr.Blocks(css=CSS, theme=gr.themes.Soft()) as demo:
|
145 |
-
gr.Markdown("### 💋 御姐聊天 · Mobile Web\n
|
146 |
#chat = gr.Chatbot(height=520, bubble_full_width=False, show_copy_button=True)
|
147 |
chat = gr.Chatbot(type="messages", height=520, show_copy_button=True)
|
148 |
with gr.Row():
|
|
|
142 |
"""
|
143 |
|
144 |
with gr.Blocks(css=CSS, theme=gr.themes.Soft()) as demo:
|
145 |
+
gr.Markdown("### 💋 御姐聊天 · Mobile Web\n温柔撩人,懂你寂寞~")
|
146 |
#chat = gr.Chatbot(height=520, bubble_full_width=False, show_copy_button=True)
|
147 |
chat = gr.Chatbot(type="messages", height=520, show_copy_button=True)
|
148 |
with gr.Row():
|