Spaces:
Sleeping
Sleeping
remove label in gr.Button (submit)
Browse files
app.py
CHANGED
@@ -157,7 +157,7 @@ with gr.Blocks() as demo:
|
|
157 |
question = gr.Textbox(label="Question")
|
158 |
document = gr.Textbox(label="Document")
|
159 |
answer = gr.Textbox(label="Answer")
|
160 |
-
submit_button = gr.Button(
|
161 |
with gr.Column(scale=1):
|
162 |
reasoning = gr.Textbox(label="Reasoning")
|
163 |
score = gr.Textbox(label="Score")
|
|
|
157 |
question = gr.Textbox(label="Question")
|
158 |
document = gr.Textbox(label="Document")
|
159 |
answer = gr.Textbox(label="Answer")
|
160 |
+
submit_button = gr.Button("Submit")
|
161 |
with gr.Column(scale=1):
|
162 |
reasoning = gr.Textbox(label="Reasoning")
|
163 |
score = gr.Textbox(label="Score")
|