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