AI-Quotient commited on
Commit
0adea07
·
verified ·
1 Parent(s): 3fbb105

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -60,7 +60,7 @@ Continuous Learning: X/20
60
  Key Observations:
61
 
62
  (Provide 2-3 strengths and weaknesses based on the resume)
63
- 3-Step Roadmap to Improve AI Quotient:
64
 
65
  (Most impactful next step)
66
  (Complementary project or certification)
@@ -76,12 +76,11 @@ Resume:
76
 
77
  iface = gr.Interface(
78
  fn=aiq,
79
- inputs=gr.TextArea(label="Input your resume)"),
80
  outputs=gr.Markdown(label="Your AI Quotient"), # Output as HTML
81
  title="AI Quotient",
82
- description="PolyMath is an AI-powered math agent designed to tackle both symbolic and numeric computations with precision. It's like having a digital mathematician by your side whether you're exploring calculus, number theory, or algebraic puzzles.",
83
- theme = gr.themes.Ocean(),
84
- examples = ["Simplify x*2+2x+1", "Solve x^2 - 4x + 3 = 0", "Integrate x * e^x dx" ]
85
  )
86
 
87
  # Launch the app
 
60
  Key Observations:
61
 
62
  (Provide 2-3 strengths and weaknesses based on the resume)
63
+ 3-Step Roadmap to Improve AI Quotient: Use the model's knowledge of the web to provide hyperlinks where needed.
64
 
65
  (Most impactful next step)
66
  (Complementary project or certification)
 
76
 
77
  iface = gr.Interface(
78
  fn=aiq,
79
+ inputs=gr.TextArea(label="Copy/paste your resume)"),
80
  outputs=gr.Markdown(label="Your AI Quotient"), # Output as HTML
81
  title="AI Quotient",
82
+ description="AI Quotient (AIQ) is an emerging measure of an individual’s readiness to understand, apply, and leverage artificial intelligence in professional and creative contexts. Just as IQ measures cognitive reasoning or EQ measures emotional intelligence, AIQ quantifies a person’s practical capability to thrive in an AI-powered world.",
83
+ theme = gr.themes.Ocean()
 
84
  )
85
 
86
  # Launch the app