Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -187,7 +187,7 @@ button:hover { background-color: #00aaff !important; }
|
|
| 187 |
|
| 188 |
# ---------------- Gradio UI ----------------
|
| 189 |
with gr.Blocks(css=custom_css, theme="gradio/soft") as demo:
|
| 190 |
-
gr.Markdown("## 🏛️ **Council
|
| 191 |
gr.Markdown("### Insert your text (in portuguese):")
|
| 192 |
|
| 193 |
input_text = gr.Textbox(label="", placeholder="Write your text (in portuguese)...", lines=6)
|
|
|
|
| 187 |
|
| 188 |
# ---------------- Gradio UI ----------------
|
| 189 |
with gr.Blocks(css=custom_css, theme="gradio/soft") as demo:
|
| 190 |
+
gr.Markdown("## 🏛️ **Council Topics Classifier – PT**")
|
| 191 |
gr.Markdown("### Insert your text (in portuguese):")
|
| 192 |
|
| 193 |
input_text = gr.Textbox(label="", placeholder="Write your text (in portuguese)...", lines=6)
|