nurindahpratiwi commited on
Commit
928d3f5
β€’
1 Parent(s): 626fb39
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -19,7 +19,8 @@ def load_llm():
19
  )
20
  return llm
21
 
22
- st.title("Chat with CSV using Llama2 πŸ¦™πŸ¦œ")
 
23
 
24
  uploaded_file = st.sidebar.file_uploader("Upload your Data", type="csv")
25
 
 
19
  )
20
  return llm
21
 
22
+ st.title("Chat with CSV using Llama2")
23
+ st.image("https://huggingface.co/spaces/wiwaaw/summary/resolve/main/banner.png")
24
 
25
  uploaded_file = st.sidebar.file_uploader("Upload your Data", type="csv")
26