Spaces:
Runtime error
Runtime error
Commit
β’
7678417
1
Parent(s):
46de412
css fix for Duplicate button spacing (#4)
Browse files- css fix for Duplicate button spacing (a2c0a45228be975e18a1782bef07a46ef1fd8044)
Co-authored-by: yuvraj sharma <ysharma@users.noreply.huggingface.co>
- app_dialogue.py +1 -1
app_dialogue.py
CHANGED
@@ -421,7 +421,7 @@ chatbot = gr.Chatbot(
|
|
421 |
|
422 |
with gr.Blocks(
|
423 |
fill_height=True,
|
424 |
-
css=""".gradio-container .avatar-container {height: 40px width: 40px !important;} #duplicate-button {margin: auto; color: white; background: #f1a139; border-radius: 100vh;}""",
|
425 |
) as demo:
|
426 |
|
427 |
gr.Markdown("# πΆ Hugging Face Idefics2 8B Chatty")
|
|
|
421 |
|
422 |
with gr.Blocks(
|
423 |
fill_height=True,
|
424 |
+
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;}""",
|
425 |
) as demo:
|
426 |
|
427 |
gr.Markdown("# πΆ Hugging Face Idefics2 8B Chatty")
|