Pratyush101 commited on
Commit
9b5c867
·
verified ·
1 Parent(s): 82a5744

Update app.py

Browse files

Removed page_config

Files changed (1) hide show
  1. app.py +1 -1
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.