Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -270,7 +270,7 @@ function refresh() {
|
|
270 |
|
271 |
with gr.TabItem("π ιθ―ζ§ζ·±ζ", id=2):
|
272 |
with gr.Row():
|
273 |
-
with gr.Column(scale=
|
274 |
sentiment_type_radio = gr.Radio(
|
275 |
["樑εζ
η·εζΈ", "θ³ζιι θ¨ζ
η·ει‘", "ζ
ζζ₯΅ζ§ (Polarity)"],
|
276 |
label="ιΈζεζηζ
η·ζζ¨", value="樑εζ
η·εζΈ"
|
|
|
270 |
|
271 |
with gr.TabItem("π ιθ―ζ§ζ·±ζ", id=2):
|
272 |
with gr.Row():
|
273 |
+
with gr.Column(scale=2, min_width=250):
|
274 |
sentiment_type_radio = gr.Radio(
|
275 |
["樑εζ
η·εζΈ", "θ³ζιι θ¨ζ
η·ει‘", "ζ
ζζ₯΅ζ§ (Polarity)"],
|
276 |
label="ιΈζεζηζ
η·ζζ¨", value="樑εζ
η·εζΈ"
|