Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
import logging
|
3 |
-
from
|
4 |
|
5 |
st.title("ChatGPT4 UI")
|
6 |
cont = st.container(height=600)
|
|
|
1 |
import streamlit as st
|
2 |
import logging
|
3 |
+
from bing_chat import BingChat
|
4 |
|
5 |
st.title("ChatGPT4 UI")
|
6 |
cont = st.container(height=600)
|