aicodingfun commited on
Commit
8cb7dc3
Β·
verified Β·
1 Parent(s): 7658b11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=1, min_width=200):
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="ζ¨‘εž‹ζƒ…η·’εˆ†ζ•Έ"