Spaces:
Runtime error
Runtime error
Update app.py
#7
by
samayg
- opened
app.py
CHANGED
|
@@ -92,8 +92,8 @@ CSS ="""
|
|
| 92 |
footer.svelte-1ax1toq.svelte-1ax1toq.svelte-1ax1toq.svelte-1ax1toq { display: none; }
|
| 93 |
#component-0 { height: 100%; }
|
| 94 |
#chatbot { flex-grow: 1; overflow: auto;}
|
| 95 |
-
#submit-button { background
|
| 96 |
-
#submit-button:hover { background
|
| 97 |
"""
|
| 98 |
|
| 99 |
with gr.Blocks(theme='samayg/StriimTheme', css=CSS) as demo:
|
|
|
|
| 92 |
footer.svelte-1ax1toq.svelte-1ax1toq.svelte-1ax1toq.svelte-1ax1toq { display: none; }
|
| 93 |
#component-0 { height: 100%; }
|
| 94 |
#chatbot { flex-grow: 1; overflow: auto;}
|
| 95 |
+
#submit-button { background: #00A7E5; color: white; }
|
| 96 |
+
#submit-button:hover { background: #00A7E5; color: white; box-shadow: 0 8px 10px 1px #9d9ea124, 0 3px 14px 2px #9d9ea11f, 0 5px 5px -3px #9d9ea133; }
|
| 97 |
"""
|
| 98 |
|
| 99 |
with gr.Blocks(theme='samayg/StriimTheme', css=CSS) as demo:
|