Update app.py
Browse files
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"),
|