Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -37,10 +37,10 @@ def set_prompt(prompt):
|
|
37 |
|
38 |
# Interface with custom layout
|
39 |
with gr.Blocks(css="""
|
40 |
-
body {
|
41 |
.gradio-container { max-width: 700px; margin: auto; padding: 2em; }
|
42 |
textarea { font-size: 1rem !important; }
|
43 |
-
#output-box { white-space: pre-wrap;
|
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.")
|