Sunirmala commited on
Commit
1c30404
·
verified ·
1 Parent(s): 094c858

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ def run_llama_chatbot():
94
  uploaded_file = st.sidebar.file_uploader("Upload CSV file", type=['csv'], help="Upload a CSV file")
95
 
96
  add_vertical_space(1)
97
- st.sidebar.markdown('Made by Sunirmala and Vamshi')
98
 
99
  if uploaded_file is not None:
100
  file_path = os.path.join(TEMP_DIR, uploaded_file.name)
 
94
  uploaded_file = st.sidebar.file_uploader("Upload CSV file", type=['csv'], help="Upload a CSV file")
95
 
96
  add_vertical_space(1)
97
+ st.sidebar.markdown('Made by Sunirmala Mohanta')
98
 
99
  if uploaded_file is not None:
100
  file_path = os.path.join(TEMP_DIR, uploaded_file.name)