Spaces:
Sleeping
Sleeping
Update appaaa.py
Browse files
appaaa.py
CHANGED
@@ -201,7 +201,7 @@ with col3:
|
|
201 |
f.write(transcript)
|
202 |
st.success("✅ Transcript saved successfully!")
|
203 |
except Exception as e:
|
204 |
-
st.error(f"❌ Error saving transcript: {str(e)}")
|
205 |
# Additional Features
|
206 |
# Function to display the current time
|
207 |
def display_time():
|
|
|
201 |
f.write(transcript)
|
202 |
st.success("✅ Transcript saved successfully!")
|
203 |
except Exception as e:
|
204 |
+
st.error(f"❌ Error saving transcript: {str(e)}")
|
205 |
# Additional Features
|
206 |
# Function to display the current time
|
207 |
def display_time():
|