ishan-25 commited on
Commit
24758bf
verified
1 Parent(s): c72e70b

Updated UI to say "Powered by Qwen2.5-7B-Instruct"

Browse files
Files changed (1) hide show
  1. interview_coach.py +1 -1
interview_coach.py CHANGED
@@ -78,7 +78,7 @@ _HEADER_HTML = """
78
  <span style="font-weight:600; color:#cbd5e1;">Practice 路 Get Feedback 路 Improve</span>
79
  </p>
80
  <p style="color:#64748b; margin:0.3rem 0 0; font-size:0.82rem;">
81
- Powered by <span style="color:#f97316; font-weight:700;">Mistral 7B</span>
82
  </p>
83
  </div>
84
  """
 
78
  <span style="font-weight:600; color:#cbd5e1;">Practice 路 Get Feedback 路 Improve</span>
79
  </p>
80
  <p style="color:#64748b; margin:0.3rem 0 0; font-size:0.82rem;">
81
+ Powered by <span style="color:#f97316; font-weight:700;">Qwen/Qwen2.5-7B-Instruct</span>
82
  </p>
83
  </div>
84
  """