Update app_myQuali.py
Browse files- app_myQuali.py +2 -4
app_myQuali.py
CHANGED
@@ -210,11 +210,9 @@ with gr.Blocks() as app_quali:
|
|
210 |
image_box = gr.Image(label="β email screen", type="filepath")
|
211 |
btn1 = gr.Button("Generate the Markdwon Q Metrics β")
|
212 |
out1 = gr.Textbox(label="here is the table...")
|
213 |
-
btn2 = gr.Button("(disabled)send to Mobile βοΈ")
|
214 |
-
out2 = gr.Textbox(label="(disabled) no message been sent, this is just a mockup confirmation...")
|
215 |
|
216 |
-
btn1.click(fn=quali_response, inputs="textbox", outputs=
|
217 |
-
|
218 |
|
219 |
gr.Markdown("""
|
220 |
# π₯· Summerize Job Posting and Make a Comparison with Qualifications #
|
|
|
210 |
image_box = gr.Image(label="β email screen", type="filepath")
|
211 |
btn1 = gr.Button("Generate the Markdwon Q Metrics β")
|
212 |
out1 = gr.Textbox(label="here is the table...")
|
|
|
|
|
213 |
|
214 |
+
btn1.click(fn=quali_response, inputs="textbox", outputs="textbox")
|
215 |
+
|
216 |
|
217 |
gr.Markdown("""
|
218 |
# π₯· Summerize Job Posting and Make a Comparison with Qualifications #
|