markobinario commited on
Commit
eb74875
·
verified ·
1 Parent(s): 2fc19f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from difflib import SequenceMatcher
7
  import string
8
 
9
  class AIChatbot:
10
- def __init__(self, database_url: str = "https://database-dhe2.onrender.com"):
11
  self.database_url = database_url
12
  self.conversation_history = []
13
 
 
7
  import string
8
 
9
  class AIChatbot:
10
+ def __init__(self, database_url: str = "https://database-1-xzm0.onrender.com"):
11
  self.database_url = database_url
12
  self.conversation_history = []
13