krinya commited on
Commit
12e3d57
Β·
1 Parent(s): 41ca8e9

Fix broken links in README and app.py for live demo and documentation

Browse files
Files changed (2) hide show
  1. README.md +2 -2
  2. app.py +1 -1
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/smart_rooting_on_render_example) ← **Try it here!**
18
- - **πŸ’» Frontend Code**: [`app.py`](https://huggingface.co/spaces/krinya/smart_rooting_on_render_example/blob/main/app.py) - 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
 
 
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/smart_rooting_on_render_example/blob/main/README.md
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