Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -53,10 +53,10 @@ def configure_microphone_input():
|
|
53 |
# ...
|
54 |
|
55 |
# Streamlit app
|
56 |
-
def main():
|
57 |
-
|
58 |
-
|
59 |
-
|
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()
|