andreped commited on
Commit
077b0b8
1 Parent(s): a22f65f

Renamed src directory

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -1,8 +1,9 @@
1
  import json
2
 
3
  import streamlit as st
4
- from src.utils import download_test_data
5
- from src.utils import load_data
 
6
 
7
  # Initialize message history
8
  st.header("Chat with André's research 💬 📚")
 
1
  import json
2
 
3
  import streamlit as st
4
+
5
+ from chatbot.utils import download_test_data
6
+ from chatbot.utils import load_data
7
 
8
  # Initialize message history
9
  st.header("Chat with André's research 💬 📚")