acecalisto3 commited on
Commit
7227edd
·
verified ·
1 Parent(s): c150b51

Update appaaa.py

Browse files
Files changed (1) hide show
  1. appaaa.py +1 -1
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)}") ```python
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():