Update app.py
Browse filesRemoved page_config
app.py
CHANGED
@@ -23,7 +23,7 @@ logger = logging.getLogger(__name__)
|
|
23 |
st.write("It is visible")
|
24 |
|
25 |
# Streamlit settings
|
26 |
-
st.set_page_config(page_title="Virtual Keyboard", layout="wide")
|
27 |
st.title("Interactive Virtual Keyboard")
|
28 |
st.subheader('''Turn on the webcam and use hand gestures to interact with the virtual keyboard.
|
29 |
Use 'a' and 'd' from keyboard to change the background.
|
|
|
23 |
st.write("It is visible")
|
24 |
|
25 |
# Streamlit settings
|
26 |
+
#st.set_page_config(page_title="Virtual Keyboard", layout="wide")
|
27 |
st.title("Interactive Virtual Keyboard")
|
28 |
st.subheader('''Turn on the webcam and use hand gestures to interact with the virtual keyboard.
|
29 |
Use 'a' and 'd' from keyboard to change the background.
|