hsienchen commited on
Commit
d63cbc0
β€’
1 Parent(s): e3c7374

Update app_myQuali.py

Browse files
Files changed (1) hide show
  1. 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=out1)
217
- btn2.click(fn=send_SMS, inputs=out1, outputs=out2)
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 #