jfataphd commited on
Commit
7706550
·
1 Parent(s): c217f68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -927,9 +927,9 @@ if query:
927
 
928
 
929
  def save_comment(comment):
930
- with open('comments.txt', 'a') as f:
931
- f.write(f'{comment}\n')
932
- print('Comment saved to file.')
933
 
934
 
935
  st.title("Abstractalytics Web App")
 
927
 
928
 
929
  def save_comment(comment):
930
+ with open('comments.txt', 'a') as f:
931
+ f.write(f'{comment}\n')
932
+ print('Comment saved to file.')
933
 
934
 
935
  st.title("Abstractalytics Web App")