kavansaun commited on
Commit
03ff8de
·
verified ·
1 Parent(s): 76e1887

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,4 +1,4 @@
1
- # INSTRUCTIONS for Chat Bot on line 78, Repository name on line 25
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 = "RepositoryName"
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 = {}