Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -52,9 +52,7 @@ def respond(
|
|
| 52 |
with gr.Blocks(theme=gr.themes.Ocean(font=[gr.themes.GoogleFont("Roboto Mono")])) as main:
|
| 53 |
gr.Markdown(md.title)
|
| 54 |
with gr.Tabs():
|
| 55 |
-
with gr.TabItem("
|
| 56 |
-
gr.Markdown(md.description)
|
| 57 |
-
gr.Markdown("# Resume:")
|
| 58 |
gr.Markdown(data)
|
| 59 |
|
| 60 |
with gr.TabItem("My2.0"):
|
|
@@ -65,6 +63,7 @@ with gr.Blocks(theme=gr.themes.Ocean(font=[gr.themes.GoogleFont("Roboto Mono")])
|
|
| 65 |
"What specific skills do you bring to the table that would benefit our company's AI/ML initiatives?",
|
| 66 |
"How do you stay updated with the latest trends and advancements in AI and Machine Learning?" ],
|
| 67 |
)
|
|
|
|
| 68 |
|
| 69 |
if __name__ == "__main__":
|
| 70 |
main.launch(share=True)
|
|
|
|
| 52 |
with gr.Blocks(theme=gr.themes.Ocean(font=[gr.themes.GoogleFont("Roboto Mono")])) as main:
|
| 53 |
gr.Markdown(md.title)
|
| 54 |
with gr.Tabs():
|
| 55 |
+
with gr.TabItem("Resume"):
|
|
|
|
|
|
|
| 56 |
gr.Markdown(data)
|
| 57 |
|
| 58 |
with gr.TabItem("My2.0"):
|
|
|
|
| 63 |
"What specific skills do you bring to the table that would benefit our company's AI/ML initiatives?",
|
| 64 |
"How do you stay updated with the latest trends and advancements in AI and Machine Learning?" ],
|
| 65 |
)
|
| 66 |
+
gr.Markdown(md.description)
|
| 67 |
|
| 68 |
if __name__ == "__main__":
|
| 69 |
main.launch(share=True)
|