Spaces:
Runtime error
Runtime error
Commit
•
ef7d498
1
Parent(s):
f9e27ef
fix
Browse files- app_dialogue.py +1 -0
app_dialogue.py
CHANGED
@@ -585,6 +585,7 @@ chatbot = gr.Chatbot(
|
|
585 |
)
|
586 |
css='''
|
587 |
.gradio-container{max-width: 970px!important}
|
|
|
588 |
'''
|
589 |
with gr.Blocks(title="AI Meme Generator", theme=gr.themes.Base(), css=css) as demo:
|
590 |
with gr.Row(scale=0.5):
|
|
|
585 |
)
|
586 |
css='''
|
587 |
.gradio-container{max-width: 970px!important}
|
588 |
+
h1{display: flex;align-items: center;justify-content: center;gap: .25em}
|
589 |
'''
|
590 |
with gr.Blocks(title="AI Meme Generator", theme=gr.themes.Base(), css=css) as demo:
|
591 |
with gr.Row(scale=0.5):
|