Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -87,7 +87,7 @@ def run_generation(user_text, top_p, temperature, top_k, max_new_tokens):
|
|
| 87 |
|
| 88 |
# Gradio UI setup
|
| 89 |
with gr.Blocks(css="""
|
| 90 |
-
div.svelte-sfqy0y {
|
| 91 |
display: flex;
|
| 92 |
flex-direction: inherit;
|
| 93 |
flex-wrap: wrap;
|
|
@@ -141,7 +141,7 @@ with gr.Blocks(css="""
|
|
| 141 |
opacity: 1;
|
| 142 |
}
|
| 143 |
.gr-textbox {
|
| 144 |
-
background-color: var(--
|
| 145 |
color: white;
|
| 146 |
border: none;
|
| 147 |
border-radius: 4px;
|
|
|
|
| 87 |
|
| 88 |
# Gradio UI setup
|
| 89 |
with gr.Blocks(css="""
|
| 90 |
+
`div.svelte-sfqy0y {
|
| 91 |
display: flex;
|
| 92 |
flex-direction: inherit;
|
| 93 |
flex-wrap: wrap;
|
|
|
|
| 141 |
opacity: 1;
|
| 142 |
}
|
| 143 |
.gr-textbox {
|
| 144 |
+
background-color: var(--block-background-fill);
|
| 145 |
color: white;
|
| 146 |
border: none;
|
| 147 |
border-radius: 4px;
|