Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
from streamlit_chat import message
|
| 3 |
from streamlit.components.v1 import html
|
|
|
|
| 1 |
+
import os
|
| 2 |
+
os.system('pip install streamlit_chat')
|
| 3 |
+
|
| 4 |
import streamlit as st
|
| 5 |
from streamlit_chat import message
|
| 6 |
from streamlit.components.v1 import html
|