Update app.py
Browse files
app.py
CHANGED
|
@@ -267,7 +267,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("###
|
| 271 |
def run_example(question_text, chat_history):
|
| 272 |
return chat_ui(question_text, chat_history)
|
| 273 |
# Create a main row for the layout.
|
|
|
|
| 267 |
) as demo:
|
| 268 |
# Add titles and descriptions using Markdown.
|
| 269 |
gr.Markdown("# 🤖 Dox the Data Professional's Advisor 🤖")
|
| 270 |
+
gr.Markdown("### 🧠 Dox knows about 4 DataCamp cheat sheets: \n1️⃣ Hugging Face | 2️⃣ AI Agents | 3️⃣ SQL with AI | 4️⃣ Azure CLI")
|
| 271 |
def run_example(question_text, chat_history):
|
| 272 |
return chat_ui(question_text, chat_history)
|
| 273 |
# Create a main row for the layout.
|