kavansaun commited on
Commit
2c4e0bb
·
verified ·
1 Parent(s): 5731ee8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -48,9 +48,6 @@ with gr.Blocks(theme=gr.themes.Monochrome(),css="footer{display:none !important}
48
 
49
  response = [(message_history[i]["content"], message_history[i+1]["content"]) for i in range(1, len(message_history)-1, 2)] # Variable for the response
50
 
51
- # Add token and connect to repository (again)
52
- g = Github(token)
53
-
54
  # Repository details
55
  repo = g.get_user().get_repo("CATDATA")
56
  file_path = filename
 
48
 
49
  response = [(message_history[i]["content"], message_history[i+1]["content"]) for i in range(1, len(message_history)-1, 2)] # Variable for the response
50
 
 
 
 
51
  # Repository details
52
  repo = g.get_user().get_repo("CATDATA")
53
  file_path = filename