Ricercar commited on
Commit
60428a3
·
1 Parent(s): 4d2856f

ui testing

Browse files
Files changed (1) hide show
  1. pages/Summary.py +1 -1
pages/Summary.py CHANGED
@@ -186,7 +186,7 @@ class DashboardApp:
186
  tag = self.sidebar(tags, mode)
187
  self.leaderboard(tag, db_table)
188
 
189
- st.chat_input('Please leave your comments here.', key='comment')
190
 
191
 
192
  if __name__ == "__main__":
 
186
  tag = self.sidebar(tags, mode)
187
  self.leaderboard(tag, db_table)
188
 
189
+ # st.chat_input('Please leave your comments here.', key='comment')
190
 
191
 
192
  if __name__ == "__main__":