jslin09 commited on
Commit
1153244
·
verified ·
1 Parent(s): 9c061f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -196,7 +196,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue=gr.themes.colors.indigo, seconda
196
  """)
197
  with gr.Row() as row:
198
  with gr.Column():
199
- content = gr.Textbox(label="犯罪事實", placeholder="輸入「犯罪事實」....,或是選取以下範例。")
200
  radio = gr.Radio(choices=[("犯罪主體", "LEO_SOC"), ("主觀要件", "LEO_SLE"), ("不法行為","LEO_ACT"), \
201
  ('客體','LEO_VIC'), ("因果關係","LEO_CAU"), ("危害結果","LEO_ROH") \
202
  ],
 
196
  """)
197
  with gr.Row() as row:
198
  with gr.Column():
199
+ content = gr.Textbox(label="犯罪事實", lines=5, placeholder="輸入「犯罪事實」....,或是選取以下範例。")
200
  radio = gr.Radio(choices=[("犯罪主體", "LEO_SOC"), ("主觀要件", "LEO_SLE"), ("不法行為","LEO_ACT"), \
201
  ('客體','LEO_VIC'), ("因果關係","LEO_CAU"), ("危害結果","LEO_ROH") \
202
  ],