programORdie2 commited on
Commit
0c6e205
·
verified ·
1 Parent(s): 3b91950

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: #f9f9f9; 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); }
 
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); }