programORdie2 commited on
Commit
58b0b91
·
verified ·
1 Parent(s): 0c6e205

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -37,10 +37,10 @@ def set_prompt(prompt):
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); }
44
  """) as demo:
45
  gr.Markdown("## ✨ TrumpGPT Playground")
46
  gr.Markdown("TrumpGPT is a LLM based on GPT-2, trained on Donald Trump's tweets.")
 
37
 
38
  # Interface with custom layout
39
  with gr.Blocks(css="""
40
+ body { 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; border-radius: 12px; padding: 1em; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
44
  """) as demo:
45
  gr.Markdown("## ✨ TrumpGPT Playground")
46
  gr.Markdown("TrumpGPT is a LLM based on GPT-2, trained on Donald Trump's tweets.")