Spaces:
Running
Running
Update app.py
Browse filesThis 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
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.
|
| 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 |
|