jslin09 commited on
Commit
f4d1cb8
·
1 Parent(s): 1768ae9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ with gr.Blocks() as demo:
113
  prompt = gr.components.Textbox(lines=5, label='犯罪事實',value=crime_descrip)
114
  with gr.Row():
115
  with gr.Column():
116
- btn = gr.Button("\u1F3B2 隨機選擇")
117
  # btn4 = gr.ClearButton(value="清除標註內容",components=[result, element, tag])
118
  with gr.Row():
119
  element = gr.components.Textbox(lines=2, label="構成要件要素")
 
113
  prompt = gr.components.Textbox(lines=5, label='犯罪事實',value=crime_descrip)
114
  with gr.Row():
115
  with gr.Column():
116
+ btn = gr.Button("🎲隨機選擇")
117
  # btn4 = gr.ClearButton(value="清除標註內容",components=[result, element, tag])
118
  with gr.Row():
119
  element = gr.components.Textbox(lines=2, label="構成要件要素")