Update pages/Web-chat.py
Browse files- pages/Web-chat.py +0 -1
pages/Web-chat.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
import requests
|
3 |
import utils
|
4 |
-
from utils import setup_logging, log_error
|
5 |
|
6 |
# Custom CSS
|
7 |
with open('styles.css') as f:
|
|
|
1 |
import streamlit as st
|
2 |
import requests
|
3 |
import utils
|
|
|
4 |
|
5 |
# Custom CSS
|
6 |
with open('styles.css') as f:
|