gautamraj8044 commited on
Commit
2dfa165
·
verified ·
1 Parent(s): 227b3b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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