Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import logging
|
2 |
-
import request
|
3 |
import streamlit as st
|
4 |
from streamlit import runtime
|
5 |
from streamlit.runtime.scriptrunner import get_script_run_ctx
|
|
|
1 |
import logging
|
2 |
+
# import request
|
3 |
import streamlit as st
|
4 |
from streamlit import runtime
|
5 |
from streamlit.runtime.scriptrunner import get_script_run_ctx
|