Spaces:
Runtime error
Runtime error
Rohan Kataria
commited on
Commit
Β·
a0ae814
1
Parent(s):
1a04de9
code add
Browse files
app.py
CHANGED
@@ -6,10 +6,10 @@ import os
|
|
6 |
ROLE_USER = "user"
|
7 |
ROLE_ASSISTANT = "assistant"
|
8 |
|
9 |
-
st.set_page_config(page_title="Chat with Git
|
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. 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 |
|
14 |
@st.cache_resource(ttl="1h")
|
15 |
def load_agent(url, branch, file_filter):
|
|
|
6 |
ROLE_USER = "user"
|
7 |
ROLE_ASSISTANT = "assistant"
|
8 |
|
9 |
+
st.set_page_config(page_title="Chat with Git Repository", 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 Repository. 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 |
|
14 |
@st.cache_resource(ttl="1h")
|
15 |
def load_agent(url, branch, file_filter):
|