Spaces:
Running
on
Zero
Running
on
Zero
css fix for Duplicate button spacing
#4
by
ysharma
HF staff
- opened
- 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")
|