Spaces:
Sleeping
Sleeping
emielclopterop
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -109,7 +109,7 @@ with gr.Blocks() as demo:
|
|
109 |
label_input_single: gr.update(visible=False),
|
110 |
target_language_input_single: gr.update(visible=False)
|
111 |
}
|
112 |
-
elif task == "
|
113 |
return {
|
114 |
context_input_single: gr.update(visible=False),
|
115 |
label_input_single: gr.update(visible=True),
|
|
|
109 |
label_input_single: gr.update(visible=False),
|
110 |
target_language_input_single: gr.update(visible=False)
|
111 |
}
|
112 |
+
elif task == "Sentiment Analysis":
|
113 |
return {
|
114 |
context_input_single: gr.update(visible=False),
|
115 |
label_input_single: gr.update(visible=True),
|