Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def set_prompt(prompt):
|
|
37 |
|
38 |
# Interface with custom layout
|
39 |
with gr.Blocks(css="""
|
40 |
-
body { background-color: #
|
41 |
.gradio-container { max-width: 700px; margin: auto; padding: 2em; }
|
42 |
textarea { font-size: 1rem !important; }
|
43 |
#output-box { white-space: pre-wrap; background: #222; border-radius: 12px; padding: 1em; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
|
|
|
37 |
|
38 |
# Interface with custom layout
|
39 |
with gr.Blocks(css="""
|
40 |
+
body { background-color: #171717; font-family: 'Segoe UI', sans-serif; }
|
41 |
.gradio-container { max-width: 700px; margin: auto; padding: 2em; }
|
42 |
textarea { font-size: 1rem !important; }
|
43 |
#output-box { white-space: pre-wrap; background: #222; border-radius: 12px; padding: 1em; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
|