jslin09 commited on
Commit
90438d5
·
verified ·
1 Parent(s): 2d566b6

Upload app.py

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