KingNish commited on
Commit
b9da140
1 Parent(s): 4a9497e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("# Image Chat, Image Generation, Image classification and Normal Chat")
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