singhn9 commited on
Commit
2db4220
Β·
verified Β·
1 Parent(s): b890294

Update app.py

Browse files

This is an upgrade to v1.1 Midnight Tears. The new version v1.2 Morning Daze adds simpler interface to add job descriptions to the page. We have prioritised the ease of access to the tool for students. Feedback is always welcome. Please write to us at singhn9@gmail.com

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -330,7 +330,7 @@ with gr.Blocks(css="""
330
  # State to hold the list of jobs
331
  job_list_state = gr.State([])
332
 
333
- gr.Markdown("# Second Opinion with Naval v1.1 – β€œMidnight Tears”")
334
  gr.Markdown("Youtube Video: https://www.youtube.com/watch?v=khGulN2vAyY ")
335
  gr.Markdown("πŸ” This app requires an invite code to continue. Ask Naval if you don't have one.")
336
 
 
330
  # State to hold the list of jobs
331
  job_list_state = gr.State([])
332
 
333
+ gr.Markdown("# Second Opinion with Naval v1.2 – β€œMorning Daze”")
334
  gr.Markdown("Youtube Video: https://www.youtube.com/watch?v=khGulN2vAyY ")
335
  gr.Markdown("πŸ” This app requires an invite code to continue. Ask Naval if you don't have one.")
336