Update app.py
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ def get_menu():
|
|
121 |
def reply_bot(message, history):
|
122 |
menu = get_menu()
|
123 |
|
124 |
-
history =
|
125 |
|
126 |
|
127 |
client = InferenceClient(model="https://8cc9-141-3-25-29.ngrok-free.app")
|
|
|
121 |
def reply_bot(message, history):
|
122 |
menu = get_menu()
|
123 |
|
124 |
+
history = []
|
125 |
|
126 |
|
127 |
client = InferenceClient(model="https://8cc9-141-3-25-29.ngrok-free.app")
|