Gilvaa commited on
Commit
1195091
·
verified ·
1 Parent(s): d0e2818

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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():