Suraj Yadav commited on
Commit
89b8d3c
·
1 Parent(s): dfd4934

added configuration in README

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -1 +1,14 @@
1
  # End-to-End-Baisc-ChatBot-LangGraph
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # End-to-End-Baisc-ChatBot-LangGraph
2
+
3
+ ---
4
+ title: Basic Chatbot with LangGraph
5
+ emoji: 🤖
6
+ colorFrom: blue
7
+ colorTo: yellow
8
+ sdk: streamlit
9
+ sdk_version: 1.44.0
10
+ app_file: app.py
11
+ pinned: false
12
+ license: mit
13
+ short_description: A simple chatbot created with langgraph using modular codding
14
+ ---