anonymous12321 commited on
Commit
ae042fe
·
verified ·
1 Parent(s): 787d79f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Matters 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)
 
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)