Sephfox commited on
Commit
32696d3
·
verified ·
1 Parent(s): 81e0f3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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 - Cyberpunk Edition")
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