nurindahpratiwi commited on
Commit
3cf9832
1 Parent(s): 928d3f5
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -19,8 +19,9 @@ def load_llm():
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
 
 
19
  )
20
  return llm
21
 
 
22
  st.image("https://huggingface.co/spaces/wiwaaw/summary/resolve/main/banner.png")
23
+ st.title("Chat with CSV using Llama2")
24
+
25
 
26
  uploaded_file = st.sidebar.file_uploader("Upload your Data", type="csv")
27