Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -67,8 +67,8 @@ def summarize_text(text, model=DEFAULT_MODEL):
|
|
| 67 |
# --- Gradio Interface ---
|
| 68 |
css = """
|
| 69 |
button {
|
| 70 |
-
background:
|
| 71 |
-
color:
|
| 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 |
+
|