milwright commited on
Commit
153cfa4
·
1 Parent(s): 65701a2

update examples in Chat Support tab

Browse files
Files changed (1) hide show
  1. app.py +6 -5
app.py CHANGED
@@ -411,7 +411,7 @@ with gr.Blocks(title="Chat U/I Helper") as demo:
411
 
412
  with gr.Tab("Chat Support"):
413
  gr.Markdown("# Chat Support")
414
- gr.Markdown("Get personalized guidance on configuring chat UIs as HuggingFace Spaces for educational and research purposes.")
415
 
416
  # Meta chat interface
417
  with gr.Column():
@@ -432,11 +432,12 @@ with gr.Blocks(title="Chat U/I Helper") as demo:
432
 
433
  gr.Examples(
434
  examples=[
435
- "How do I make a math tutor bot?",
436
- "What's a good system prompt?",
437
  "Which model should I use?",
438
- "Can I add file uploads?",
439
- "Help me build a course assistant"
 
 
440
  ],
441
  inputs=msg
442
  )
 
411
 
412
  with gr.Tab("Chat Support"):
413
  gr.Markdown("# Chat Support")
414
+ gr.Markdown("Get personalized guidance on configuring chat assistants as HuggingFace Spaces for educational & research purposes.")
415
 
416
  # Meta chat interface
417
  with gr.Column():
 
432
 
433
  gr.Examples(
434
  examples=[
435
+ "How do I set up a course assistant?",
 
436
  "Which model should I use?",
437
+ "What's a good system prompt?",
438
+ "Why Gradio? What is it?",
439
+ "How do I customize the chat interface?",
440
+ "Can you help me troubleshoot?",
441
  ],
442
  inputs=msg
443
  )