Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,7 +35,14 @@ gr.Interface(
|
|
| 35 |
outputs="text",
|
| 36 |
title="SmartRezumat",
|
| 37 |
description="AI care transformă texte lungi în rezumate scurte, în limba română"
|
| 38 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
|
| 40 |
|
| 41 |
).launch()
|
|
|
|
| 35 |
outputs="text",
|
| 36 |
title="SmartRezumat",
|
| 37 |
description="AI care transformă texte lungi în rezumate scurte, în limba română"
|
| 38 |
+
css="""
|
| 39 |
+
body { background-color: #f5f5f5; }
|
| 40 |
+
.gradio-container { font-family: 'Segoe UI'; }
|
| 41 |
+
h1, h2 { color: #2c3e50; }
|
| 42 |
+
.input-textbox textarea { background-color: #ffffff; border-radius: 8px; }
|
| 43 |
+
"""
|
| 44 |
+
|
| 45 |
+
|
| 46 |
|
| 47 |
|
| 48 |
).launch()
|