thewise commited on
Commit
0967052
β€’
1 Parent(s): dabd9af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,8 +7,8 @@ ROLE_USER = "user"
7
  ROLE_ASSISTANT = "assistant"
8
  # MAX_MESSAGES = 5 # Commented out but can be reactivated later
9
 
10
- st.set_page_config(page_title="Chat with Git Code Llama", page_icon="🦜")
11
- st.title("Chat with Git πŸ€–πŸ“š")
12
  st.markdown("by [Rohan Kataria](https://www.linkedin.com/in/imrohan/) view more at [VEW.AI](https://vew.ai/)")
13
  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 background uses the Git Loader and ConversationalRetrieval chain from langchain, Ollama, Streamlit for UI.")
14
 
 
7
  ROLE_ASSISTANT = "assistant"
8
  # MAX_MESSAGES = 5 # Commented out but can be reactivated later
9
 
10
+ st.set_page_config(page_title="Chat with Git CodeLlama", page_icon="πŸ¦™")
11
+ st.title("Chat with Git CodeLlama πŸ¦™πŸ“š")
12
  st.markdown("by [Rohan Kataria](https://www.linkedin.com/in/imrohan/) view more at [VEW.AI](https://vew.ai/)")
13
  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 background uses the Git Loader and ConversationalRetrieval chain from langchain, Ollama, Streamlit for UI.")
14