nurindahpratiwi
commited on
Commit
β’
928d3f5
1
Parent(s):
626fb39
fix line
Browse files
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 |
|