Update app.py
Browse files
app.py
CHANGED
|
@@ -300,7 +300,7 @@ with gr.Blocks(css=css,theme=gr.themes.Monochrome()) as demo:
|
|
| 300 |
with gr.Row():
|
| 301 |
input = gr.Textbox(label="Type in your question")
|
| 302 |
output = gr.Textbox(label="Answer")
|
| 303 |
-
submit_query = gr.Button("Submit your own question to
|
| 304 |
|
| 305 |
with gr.Row():
|
| 306 |
questionsets = gr.Dropdown(label="Pre-defined Question Sets stored in the DB", choices=[])
|
|
@@ -310,7 +310,7 @@ with gr.Blocks(css=css,theme=gr.themes.Monochrome()) as demo:
|
|
| 310 |
|
| 311 |
with gr.Row():
|
| 312 |
answers = gr.Dataframe(label="Answers to Predefined Question set")
|
| 313 |
-
answers_for_predefined_question_set = gr.Button("Get
|
| 314 |
|
| 315 |
with gr.Tab("OCR Converter"):
|
| 316 |
with gr.Column():
|
|
|
|
| 300 |
with gr.Row():
|
| 301 |
input = gr.Textbox(label="Type in your question")
|
| 302 |
output = gr.Textbox(label="Answer")
|
| 303 |
+
submit_query = gr.Button("Submit your own question to AskMoli").style(full_width=False)
|
| 304 |
|
| 305 |
with gr.Row():
|
| 306 |
questionsets = gr.Dropdown(label="Pre-defined Question Sets stored in the DB", choices=[])
|
|
|
|
| 310 |
|
| 311 |
with gr.Row():
|
| 312 |
answers = gr.Dataframe(label="Answers to Predefined Question set")
|
| 313 |
+
answers_for_predefined_question_set = gr.Button("Get answers to the chosen pre-defined question set").style(full_width=False)
|
| 314 |
|
| 315 |
with gr.Tab("OCR Converter"):
|
| 316 |
with gr.Column():
|