Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,6 @@ def load_llm():
|
|
22 |
return llm
|
23 |
|
24 |
st.title("Chat with CSV using Llama2 🦙🦜")
|
25 |
-
st.markdown("<h3 style='text-align: center; color: white;'>Built by <a href='https://github.com/AIAnytime'>AI Anytime with ❤️ </a></h3>", unsafe_allow_html=True)
|
26 |
|
27 |
uploaded_file = st.sidebar.file_uploader("Upload your Data", type="csv")
|
28 |
|
|
|
22 |
return llm
|
23 |
|
24 |
st.title("Chat with CSV using Llama2 🦙🦜")
|
|
|
25 |
|
26 |
uploaded_file = st.sidebar.file_uploader("Upload your Data", type="csv")
|
27 |
|