hsienchen commited on
Commit
6d9d6c7
1 Parent(s): d63cbc0

Update app_myQuali.py

Browse files
Files changed (1) hide show
  1. app_myQuali.py +2 -2
app_myQuali.py CHANGED
@@ -207,11 +207,11 @@ with gr.Blocks() as app_quali:
207
  with gr.Column():
208
  gr.Markdown("## ↗️ my Quali Metrics ##")
209
  gr.Markdown("```job descriptions ⌦, paste screenshot here...```")
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("""
 
207
  with gr.Column():
208
  gr.Markdown("## ↗️ my Quali Metrics ##")
209
  gr.Markdown("```job descriptions ⌦, paste screenshot here...```")
210
+ text_box = gr.Textbox(label="Job Descriptions")
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=[text_box], outputs="textbox")
215
 
216
 
217
  gr.Markdown("""