JBHF commited on
Commit
107afc3
1 Parent(s): abc3186

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -53,10 +53,10 @@ def configure_microphone_input():
53
  # ...
54
 
55
  # Streamlit app
56
- def main():
57
- st.title("Microphone Input Example")
58
- # Configure microphone input
59
- configure_microphone_input()
60
 
61
- if __name__ == "__main__":
62
- main()
 
53
  # ...
54
 
55
  # Streamlit app
56
+ # def main():
57
+ st.title("Microphone Input Example")
58
+ # Configure microphone input
59
+ configure_microphone_input()
60
 
61
+ #if __name__ == "__main__":
62
+ # main()