Spaces:
Running
Running
update examples in Chat Support tab
Browse files
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
|
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
|
436 |
-
"What's a good system prompt?",
|
437 |
"Which model should I use?",
|
438 |
-
"
|
439 |
-
"
|
|
|
|
|
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 |
)
|