Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,6 +10,7 @@ import seaborn as sns
|
|
10 |
from io import BytesIO
|
11 |
import base64
|
12 |
from streamlit_drawable_canvas import st_canvas
|
|
|
13 |
|
14 |
|
15 |
|
@@ -342,7 +343,7 @@ AVATAR_HEIGHT = 800
|
|
342 |
|
343 |
|
344 |
# Your Streamlit app code goes here
|
345 |
-
st.title("NeuraSense AI
|
346 |
|
347 |
|
348 |
# Set up DialoGPT model
|
|
|
10 |
from io import BytesIO
|
11 |
import base64
|
12 |
from streamlit_drawable_canvas import st_canvas
|
13 |
+
import io
|
14 |
|
15 |
|
16 |
|
|
|
343 |
|
344 |
|
345 |
# Your Streamlit app code goes here
|
346 |
+
st.title("NeuraSense AI")
|
347 |
|
348 |
|
349 |
# Set up DialoGPT model
|