robertselvam
commited on
Commit
·
e614a79
1
Parent(s):
3418783
Update app.py
Browse files
app.py
CHANGED
@@ -396,20 +396,20 @@ class ChemicalIdentifier:
|
|
396 |
file_count = "multiple",variant="primary")
|
397 |
with gr.Row():
|
398 |
with gr.Column(scale=1, min_width=0):
|
399 |
-
compare_btn = gr.Button(value="
|
400 |
with gr.Row():
|
401 |
with gr.Column(scale=1, min_width=0):
|
402 |
-
compared_result = gr.Textbox(value="",label='
|
403 |
|
404 |
with gr.Row():
|
405 |
with gr.Column(scale=1, min_width=0):
|
406 |
-
input_qus = gr.Textbox(value="",label='
|
407 |
with gr.Row():
|
408 |
with gr.Column(scale=1, min_width=0):
|
409 |
-
find_answer = gr.Button(value="Find",label='Find',show_label=True, placeholder="")
|
410 |
with gr.Row():
|
411 |
with gr.Column(scale=1, min_width=0):
|
412 |
-
output = gr.Textbox(value="",label='
|
413 |
|
414 |
upload_button.upload(self.file_path_show, upload_button, [file_output])
|
415 |
|
|
|
396 |
file_count = "multiple",variant="primary")
|
397 |
with gr.Row():
|
398 |
with gr.Column(scale=1, min_width=0):
|
399 |
+
compare_btn = gr.Button(value="Generate Analysis",variant="primary")
|
400 |
with gr.Row():
|
401 |
with gr.Column(scale=1, min_width=0):
|
402 |
+
compared_result = gr.Textbox(value="",label='Chemical Capabilities :',show_label=True, placeholder="",lines=10)
|
403 |
|
404 |
with gr.Row():
|
405 |
with gr.Column(scale=1, min_width=0):
|
406 |
+
input_qus = gr.Textbox(value="",label='Question :',show_label=True, placeholder="")
|
407 |
with gr.Row():
|
408 |
with gr.Column(scale=1, min_width=0):
|
409 |
+
find_answer = gr.Button(value="Find Answer",label='Find',show_label=True, placeholder="")
|
410 |
with gr.Row():
|
411 |
with gr.Column(scale=1, min_width=0):
|
412 |
+
output = gr.Textbox(value="",label='Answer:',show_label=True, placeholder="")
|
413 |
|
414 |
upload_button.upload(self.file_path_show, upload_button, [file_output])
|
415 |
|