DemahAlmutairi commited on
Commit
eee68b0
·
verified ·
1 Parent(s): cb7b592

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ iface = gr.Interface(
69
  fn=analyze_sentiment,
70
  inputs=[
71
  gr.Textbox(label="Enter text", placeholder="Type your text here..."),
72
- gr.Radio(choices=["English", "Arabic"], label="Select Language")
73
  ],
74
  outputs=[
75
  gr.Label(label="Sentiment"),
 
69
  fn=analyze_sentiment,
70
  inputs=[
71
  gr.Textbox(label="Enter text", placeholder="Type your text here..."),
72
+ gr.Radio(choices=["English", "Arabic"], label="Select Language") # Default style retained
73
  ],
74
  outputs=[
75
  gr.Label(label="Sentiment"),