Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|