Spaces:
Build error
Build error
Renamed src directory
Browse files
app.py
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
import json
|
2 |
|
3 |
import streamlit as st
|
4 |
-
|
5 |
-
from
|
|
|
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 💬 📚")
|