CoxMarius commited on
Commit
4a992a9
·
verified ·
1 Parent(s): 595788f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -1
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
- theme="soft"
 
 
 
 
 
 
 
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()