Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -139,8 +139,8 @@ app = gr.Blocks(theme="sudeepshouche/minimalist")
|
|
| 139 |
|
| 140 |
with app:
|
| 141 |
with gr.Tab("Chatbot"):
|
| 142 |
-
gr.Markdown("# Scooby Snacks Customer Support Chat")
|
| 143 |
-
gr.Markdown("##
|
| 144 |
gr.Markdown("FastAPI Backend - runing on Docker: [blackbird-svc](https://huggingface.co/spaces/dwb2023/blackbird-svc)")
|
| 145 |
gr.Markdown("Data Sources - HF Datasets: [blackbird-customers](https://huggingface.co/datasets/dwb2023/blackbird-customers) [blackbird-orders](https://huggingface.co/datasets/dwb2023/blackbird-orders)")
|
| 146 |
|
|
|
|
| 139 |
|
| 140 |
with app:
|
| 141 |
with gr.Tab("Chatbot"):
|
| 142 |
+
gr.Markdown("# πΎ Scooby Snacks -- Customer Support Chat πͺ")
|
| 143 |
+
gr.Markdown("## π Leveraging **Claude Sonnet 3.5** for Microservice-Based Function Calling π§")
|
| 144 |
gr.Markdown("FastAPI Backend - runing on Docker: [blackbird-svc](https://huggingface.co/spaces/dwb2023/blackbird-svc)")
|
| 145 |
gr.Markdown("Data Sources - HF Datasets: [blackbird-customers](https://huggingface.co/datasets/dwb2023/blackbird-customers) [blackbird-orders](https://huggingface.co/datasets/dwb2023/blackbird-orders)")
|
| 146 |
|