uumerrr684 commited on
Commit
f3bb358
·
verified ·
1 Parent(s): 5e167c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -67,8 +67,8 @@ def summarize_text(text, model=DEFAULT_MODEL):
67
  # --- Gradio Interface ---
68
  css = """
69
  button {
70
- background: linear-gradient(90deg, #AE8625, #F7EF8A, #D2AC47, #EDC697) !important;
71
- color: black !important;
72
  border: none !important;
73
  border-radius: 8px !important;
74
  padding: 12px 24px !important;
@@ -110,3 +110,4 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css, title="My AI Summarizer") as app
110
 
111
  if __name__ == "__main__":
112
  app.launch()
 
 
67
  # --- Gradio Interface ---
68
  css = """
69
  button {
70
+ background: #A41F13 !important;
71
+ color: white !important;
72
  border: none !important;
73
  border-radius: 8px !important;
74
  padding: 12px 24px !important;
 
110
 
111
  if __name__ == "__main__":
112
  app.launch()
113
+