Spaces:
Sleeping
Sleeping
Commit
·
6d8ac91
1
Parent(s):
cd95449
replaced recording with uploading
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ def config():
|
|
82 |
</style>
|
83 |
""", unsafe_allow_html=True)
|
84 |
# Render mobile screen container and its content
|
85 |
-
st.sidebar.title("Sound Recorder")
|
86 |
|
87 |
# Define a custom style for your title
|
88 |
title_style = """
|
|
|
82 |
</style>
|
83 |
""", unsafe_allow_html=True)
|
84 |
# Render mobile screen container and its content
|
85 |
+
#st.sidebar.title("Sound Recorder")
|
86 |
|
87 |
# Define a custom style for your title
|
88 |
title_style = """
|