johann22 commited on
Commit
4ecb0d7
β€’
1 Parent(s): f60f93c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ style="""
88
  background:url("https://huggingface.co/spaces/johann22/chat-diffusion/resolve/main/image.png")
89
  }
90
  """
91
- with gr.Blocks() as iface:
92
  gr.HTML("""<div class="top_head"><center><h1>Mixtral Chat Diffusion</h1><br><h3>This chatbot will generate images</h3></center></div?""")
93
  #chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
94
  with gr.Row():
 
88
  background:url("https://huggingface.co/spaces/johann22/chat-diffusion/resolve/main/image.png")
89
  }
90
  """
91
+ with gr.Blocks(css=style) as iface:
92
  gr.HTML("""<div class="top_head"><center><h1>Mixtral Chat Diffusion</h1><br><h3>This chatbot will generate images</h3></center></div?""")
93
  #chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
94
  with gr.Row():