johann22 commited on
Commit
f60f93c
β€’
1 Parent(s): 95119cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -83,9 +83,13 @@ def run(purpose,history,model_drop):
83
  yield ([(purpose,"an Error occured")],None)
84
 
85
  ################################################
86
-
 
 
 
 
87
  with gr.Blocks() as iface:
88
- gr.HTML("""<center><h1>Mixtral Chat Diffusion</h1><br><h3>This chatbot will generate images</h3></center>""")
89
  #chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
90
  with gr.Row():
91
  with gr.Column():
 
83
  yield ([(purpose,"an Error occured")],None)
84
 
85
  ################################################
86
+ style="""
87
+ .top_head{
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():
95
  with gr.Column():