jeevitha-app commited on
Commit
0426dfa
·
verified ·
1 Parent(s): d6deb78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ def gradio_ui(text, language):
86
  # 5️⃣ Gradio Layout
87
  # ------------------------------------------------------------
88
  with gr.Blocks(theme=gr.themes.Soft()) as interface:
89
- gr.Markdown("## 🌍 Sentiment Analysis (English & Persian)
90
  Select language, enter text, and view predictions with interpretable SHAP insights!")
91
 
92
  lang = gr.Radio(["English", "Persian"], label="Select Dataset", value="English")
 
86
  # 5️⃣ Gradio Layout
87
  # ------------------------------------------------------------
88
  with gr.Blocks(theme=gr.themes.Soft()) as interface:
89
+ gr.Markdown("
90
  Select language, enter text, and view predictions with interpretable SHAP insights!")
91
 
92
  lang = gr.Radio(["English", "Persian"], label="Select Dataset", value="English")