cxumol commited on
Commit
6770dec
1 Parent(s): 716bf54

improve in-app wording

Browse files
Files changed (1) hide show
  1. app/app.py +4 -1
app/app.py CHANGED
@@ -200,7 +200,7 @@ with gr.Blocks(
200
  is_debug = gr.Checkbox(label="Debug Mode", value=IS_DEBUG)
201
 
202
  gr.Markdown(
203
- "**CheapAI**, an honest format converter and refiner, extracts essential info from job description and résumé, to reduce subsequent cost on Strong AI."
204
  )
205
  with gr.Group():
206
  cheap_base = gr.Textbox(value=CHEAP_API_BASE, label="API Base")
@@ -220,6 +220,9 @@ with gr.Blocks(
220
  value=STRONG_API_KEY, label="API key", type="password"
221
  )
222
  strong_model = gr.Textbox(value=STRONG_MODEL, label="Model ID")
 
 
 
223
  with gr.Group():
224
  gr.Markdown("## Employer - Job Description")
225
  jd_info = gr.Textbox(
 
200
  is_debug = gr.Checkbox(label="Debug Mode", value=IS_DEBUG)
201
 
202
  gr.Markdown(
203
+ "**CheapAI**, an honest format converter and refiner, extracts essential info from job description and résumé."
204
  )
205
  with gr.Group():
206
  cheap_base = gr.Textbox(value=CHEAP_API_BASE, label="API Base")
 
220
  value=STRONG_API_KEY, label="API key", type="password"
221
  )
222
  strong_model = gr.Textbox(value=STRONG_MODEL, label="Model ID")
223
+ gr.Markdown(
224
+ "> Thanks to **CheapAI**'s work, your spending on **StrongAI** is substaintially saved.."
225
+ )
226
  with gr.Group():
227
  gr.Markdown("## Employer - Job Description")
228
  jd_info = gr.Textbox(