kavansaun commited on
Commit
def3e77
·
verified ·
1 Parent(s): 1677c20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -66,6 +66,8 @@ with gr.Blocks(theme=gr.themes.Monochrome(),css="footer{display:none !important}
66
  content += ('Bot: ' + user_dictionary[user_id][i]["content"] + '\n')
67
  else:
68
  content += ''
 
 
69
 
70
  #updating the repository with the entire message history
71
  file = repo.get_contents(filename)
 
66
  content += ('Bot: ' + user_dictionary[user_id][i]["content"] + '\n')
67
  else:
68
  content += ''
69
+ print(user_id)
70
+ print(content)
71
 
72
  #updating the repository with the entire message history
73
  file = repo.get_contents(filename)