krinya commited on
Commit
87bf235
Β·
1 Parent(s): a24032d

Fix typo in README link for technical details

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -209,7 +209,7 @@ def create_gradio_interface():
209
 
210
  **πŸ”§ Tech Stack**: OpenAI GPT-4o-mini + LangChain orchestration, Python FastAPI, ChromaDB vector database, Docker containerization
211
 
212
- **πŸ“– Learn More**: [README with technical details](https://huggingface.co/spaces/krinya/smart_rooting_on_render_example/blob/main/README.md)
213
  **πŸ’» Backend API Code**: [GitHub Repository](https://github.com/krinya/gen_ai_demo_rag_bot/tree/main)
214
  """)
215
 
 
209
 
210
  **πŸ”§ Tech Stack**: OpenAI GPT-4o-mini + LangChain orchestration, Python FastAPI, ChromaDB vector database, Docker containerization
211
 
212
+ **πŸ“– Learn More**: [README with technical details](https://huggingface.co/spaces/krinya/smart_routing_with_render_example/blob/main/README.md)
213
  **πŸ’» Backend API Code**: [GitHub Repository](https://github.com/krinya/gen_ai_demo_rag_bot/tree/main)
214
  """)
215