Rohan Kataria commited on
Commit
1457ac5
β€’
1 Parent(s): 18c7f7e

added logic

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ ROLE_USER = "user"
7
  ROLE_ASSISTANT = "assistant"
8
 
9
  st.set_page_config(page_title="Chat with Git", page_icon="🦜")
10
- st.title("Chat with Git Codes πŸ€–πŸ“š")
11
  st.markdown("by [Rohan Kataria](https://www.linkedin.com/in/imrohan/) view more at [VEW.AI](https://vew.ai/)")
12
  st.markdown("This app allows you to chat with Git code files. You can paste link to the Git repository and ask questions about it. In the backround uses the Git Loader and ConversationalRetrival chain from langchain, Streamlit for UI.")
13
 
 
7
  ROLE_ASSISTANT = "assistant"
8
 
9
  st.set_page_config(page_title="Chat with Git", page_icon="🦜")
10
+ st.title("Chat with Git πŸ€–πŸ“š")
11
  st.markdown("by [Rohan Kataria](https://www.linkedin.com/in/imrohan/) view more at [VEW.AI](https://vew.ai/)")
12
  st.markdown("This app allows you to chat with Git code files. You can paste link to the Git repository and ask questions about it. In the backround uses the Git Loader and ConversationalRetrival chain from langchain, Streamlit for UI.")
13