Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
# INSTRUCTIONS for Chat Bot on line
|
| 2 |
|
| 3 |
# Imports
|
| 4 |
import gradio as gr
|
|
@@ -22,7 +22,7 @@ client = OpenAI(api_key=openai_key)
|
|
| 22 |
g = Github(github_key) if github_key else None
|
| 23 |
|
| 24 |
# Repo name, if you want to save to a github repository change RepositoryName to your repo name, name must be under quotations
|
| 25 |
-
REPO_NAME = "
|
| 26 |
|
| 27 |
# Session data for each user
|
| 28 |
user_dictionary = {}
|
|
|
|
| 1 |
+
# INSTRUCTIONS for Chat Bot on line 81, Repository name on line 25
|
| 2 |
|
| 3 |
# Imports
|
| 4 |
import gradio as gr
|
|
|
|
| 22 |
g = Github(github_key) if github_key else None
|
| 23 |
|
| 24 |
# Repo name, if you want to save to a github repository change RepositoryName to your repo name, name must be under quotations
|
| 25 |
+
REPO_NAME = "CATDATA1"
|
| 26 |
|
| 27 |
# Session data for each user
|
| 28 |
user_dictionary = {}
|