Fix broken links in README and app.py for live demo and documentation
Browse files
README.md
CHANGED
|
@@ -14,8 +14,8 @@ app_port: 7860
|
|
| 14 |
**A demo GenAI app that demonstrates smart routing using LangChain**
|
| 15 |
|
| 16 |
## π Try It Live
|
| 17 |
-
- **π― Live Demo**: [Financial AI Chatbot](https://huggingface.co/spaces/krinya/
|
| 18 |
-
- **π» Frontend Code**: [`app.py`](https://huggingface.co/spaces/krinya/
|
| 19 |
- **π Backend API**: [Deployed on Render](https://gen-ai-demo-rag-bot.onrender.com/docs)
|
| 20 |
- **π Backend API Code**: [GitHub Repository](https://github.com/krinya/gen_ai_demo_rag_bot/tree/main)
|
| 21 |
|
|
|
|
| 14 |
**A demo GenAI app that demonstrates smart routing using LangChain**
|
| 15 |
|
| 16 |
## π Try It Live
|
| 17 |
+
- **π― Live Demo**: [Financial AI Chatbot](https://huggingface.co/spaces/krinya/smart_routing_with_render_example) β **Try it here!**
|
| 18 |
+
- **π» Frontend Code**: [`app.py`](https://huggingface.co/spaces/krinya/smart_routing_with_render_example/tree/main) - Gradio interface code
|
| 19 |
- **π Backend API**: [Deployed on Render](https://gen-ai-demo-rag-bot.onrender.com/docs)
|
| 20 |
- **π Backend API Code**: [GitHub Repository](https://github.com/krinya/gen_ai_demo_rag_bot/tree/main)
|
| 21 |
|
app.py
CHANGED
|
@@ -15,7 +15,7 @@ Frontend UI: This Gradio interface deployed on Hugging Face Spaces
|
|
| 15 |
Data: 2024 financial reports from 5 major companies (Apple, Google, Amazon, Tesla, Intel)
|
| 16 |
|
| 17 |
For complete technical details and implementation guide, see:
|
| 18 |
-
https://huggingface.co/spaces/krinya/
|
| 19 |
"""
|
| 20 |
|
| 21 |
import gradio as gr
|
|
|
|
| 15 |
Data: 2024 financial reports from 5 major companies (Apple, Google, Amazon, Tesla, Intel)
|
| 16 |
|
| 17 |
For complete technical details and implementation guide, see:
|
| 18 |
+
https://huggingface.co/spaces/krinya/smart_routing_with_render_example/blob/main/README.md
|
| 19 |
"""
|
| 20 |
|
| 21 |
import gradio as gr
|