Update app.py
Browse files
app.py
CHANGED
|
@@ -49,7 +49,9 @@ pdf_urls = [
|
|
| 49 |
"https://media.datacamp.com/cms/working-with-hugging-face.pdf",
|
| 50 |
"https://media.datacamp.com/cms/ai-agents-cheat-sheet.pdf",
|
| 51 |
"https://media.datacamp.com/cms/introduction-to-sql-with-ai-1.pdf",
|
| 52 |
-
"https://media.datacamp.com/legacy/image/upload/v1719844709/Marketing/Blog/Azure_CLI_Cheat_Sheet.pdf"
|
|
|
|
|
|
|
| 53 |
]
|
| 54 |
|
| 55 |
# Defines a function to download a file from a URL if it doesn't already exist locally.
|
|
@@ -267,7 +269,7 @@ with gr.Blocks(
|
|
| 267 |
) as demo:
|
| 268 |
# Add titles and descriptions using Markdown.
|
| 269 |
gr.Markdown("# 🤖 Dox the Data Professional's Advisor 🤖")
|
| 270 |
-
gr.Markdown("### 🧠 Dox
|
| 271 |
def run_example(question_text, chat_history):
|
| 272 |
return chat_ui(question_text, chat_history)
|
| 273 |
# Create a main row for the layout.
|
|
|
|
| 49 |
"https://media.datacamp.com/cms/working-with-hugging-face.pdf",
|
| 50 |
"https://media.datacamp.com/cms/ai-agents-cheat-sheet.pdf",
|
| 51 |
"https://media.datacamp.com/cms/introduction-to-sql-with-ai-1.pdf",
|
| 52 |
+
"https://media.datacamp.com/legacy/image/upload/v1719844709/Marketing/Blog/Azure_CLI_Cheat_Sheet.pdf",
|
| 53 |
+
"https://s3.amazonaws.com/assets.datacamp.com/email/other/Power+BI_Cheat+Sheet.pdf",
|
| 54 |
+
"https://media.datacamp.com/cms/python-basics-cheat-sheet-v4.pdf"
|
| 55 |
]
|
| 56 |
|
| 57 |
# Defines a function to download a file from a URL if it doesn't already exist locally.
|
|
|
|
| 269 |
) as demo:
|
| 270 |
# Add titles and descriptions using Markdown.
|
| 271 |
gr.Markdown("# 🤖 Dox the Data Professional's Advisor 🤖")
|
| 272 |
+
gr.Markdown("### 🧠 Dox is an expecrt in the following topics: \n1️⃣ Hugging Face | 2️⃣ AI Agents | 3️⃣ SQL with AI | 4️⃣ Azure CLI | 5️⃣ Power BI | 6️⃣ Python")
|
| 273 |
def run_example(question_text, chat_history):
|
| 274 |
return chat_ui(question_text, chat_history)
|
| 275 |
# Create a main row for the layout.
|