Update app.py
Browse files
app.py
CHANGED
@@ -291,7 +291,8 @@ with gr.Blocks(css=css) as demo:
|
|
291 |
with gr.Row():
|
292 |
inputs = gr.Textbox(type="text", label="Your feedback")
|
293 |
feedback_markdown = gr.Markdown(label="Output")
|
294 |
-
|
|
|
295 |
# O14813 train index 127, 266, 738, 1060 test index 4
|
296 |
gr.Examples(
|
297 |
examples=[
|
@@ -316,6 +317,3 @@ with gr.Blocks(css=css) as demo:
|
|
316 |
|
317 |
demo.launch(debug=True)
|
318 |
|
319 |
-
|
320 |
-
demo.launch(debug=True)
|
321 |
-
|
|
|
291 |
with gr.Row():
|
292 |
inputs = gr.Textbox(type="text", label="Your feedback")
|
293 |
feedback_markdown = gr.Markdown(label="Output")
|
294 |
+
with gr.Row():
|
295 |
+
feedback_btn = gr.Button(value="Submit", elem_classes="upvote-button")
|
296 |
# O14813 train index 127, 266, 738, 1060 test index 4
|
297 |
gr.Examples(
|
298 |
examples=[
|
|
|
317 |
|
318 |
demo.launch(debug=True)
|
319 |
|
|
|
|
|
|