Spaces:
Runtime error
Runtime error
giannantonio15
commited on
Commit
•
773839f
1
Parent(s):
3112302
Update app.py
Browse files
app.py
CHANGED
@@ -408,6 +408,8 @@ def main():
|
|
408 |
global current_chat_mode
|
409 |
global token_count_bandi
|
410 |
global token_count_bandi_sistema_puglia
|
|
|
|
|
411 |
|
412 |
if(current_chat_mode=="CHAT"):
|
413 |
if(current_collection=="BANDI"):
|
|
|
408 |
global current_chat_mode
|
409 |
global token_count_bandi
|
410 |
global token_count_bandi_sistema_puglia
|
411 |
+
global user_message
|
412 |
+
userMessage = user_message
|
413 |
|
414 |
if(current_chat_mode=="CHAT"):
|
415 |
if(current_collection=="BANDI"):
|