Update app.py
Browse files
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("
|
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="構成要件要素")
|