Update app_myQuali.py
Browse files- app_myQuali.py +1 -9
app_myQuali.py
CHANGED
|
@@ -209,20 +209,12 @@ with gr.Blocks() as app_quali:
|
|
| 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="
|
| 213 |
-
|
| 214 |
btn1.click(fn=quali_response, inputs=[text_box], outputs="textbox")
|
| 215 |
|
| 216 |
|
| 217 |
gr.Markdown("""
|
| 218 |
# 🥷 Summerize Job Posting and Make a Comparison with Qualifications #
|
| 219 |
-
|
| 220 |
-
- screen capture (Win + shift + S)
|
| 221 |
-
- click ☑ to upload
|
| 222 |
-
- await LLM Bot (Gemini, in this case) response
|
| 223 |
-
- receive THREE actionable items
|
| 224 |
-
|
| 225 |
-
[demo video](https://youtu.be/lJ4jIAEVRNY)
|
| 226 |
|
| 227 |
""")
|
| 228 |
|
|
|
|
| 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="markdown table...")
|
|
|
|
| 213 |
btn1.click(fn=quali_response, inputs=[text_box], outputs="textbox")
|
| 214 |
|
| 215 |
|
| 216 |
gr.Markdown("""
|
| 217 |
# 🥷 Summerize Job Posting and Make a Comparison with Qualifications #
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 218 |
|
| 219 |
""")
|
| 220 |
|