Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -88,7 +88,9 @@ style="""
|
|
| 88 |
background: no-repeat;
|
| 89 |
background-image: url(https://huggingface.co/spaces/johann22/chat-diffusion/resolve/main/image.png);
|
| 90 |
background-position-y: bottom;
|
| 91 |
-
height:
|
|
|
|
|
|
|
| 92 |
}
|
| 93 |
.top_h1{
|
| 94 |
color: white!important;
|
|
@@ -96,7 +98,7 @@ style="""
|
|
| 96 |
|
| 97 |
"""
|
| 98 |
with gr.Blocks(css=style) as iface:
|
| 99 |
-
gr.HTML("""<div class="top_head"><center><h1 class="top_h1">Mixtral Chat Diffusion</h1><br><h3 class="top_h1">This chatbot will generate images</h3></center></div?""")
|
| 100 |
#chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
| 101 |
with gr.Row():
|
| 102 |
with gr.Column():
|
|
|
|
| 88 |
background: no-repeat;
|
| 89 |
background-image: url(https://huggingface.co/spaces/johann22/chat-diffusion/resolve/main/image.png);
|
| 90 |
background-position-y: bottom;
|
| 91 |
+
height: 180px;
|
| 92 |
+
background-position-x: center;
|
| 93 |
+
}
|
| 94 |
}
|
| 95 |
.top_h1{
|
| 96 |
color: white!important;
|
|
|
|
| 98 |
|
| 99 |
"""
|
| 100 |
with gr.Blocks(css=style) as iface:
|
| 101 |
+
gr.HTML("""<div class="top_head"><center><br><h1 class="top_h1">Mixtral Chat Diffusion</h1><br><h3 class="top_h1">This chatbot will generate images</h3></center></div?""")
|
| 102 |
#chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
| 103 |
with gr.Row():
|
| 104 |
with gr.Column():
|