Crackershoot commited on
Commit
8572c3e
·
verified ·
1 Parent(s): 477f04f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("##### 🧠 Dox knows about 4 DataCamp cheat sheets: (1️⃣ 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.
 
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.