michecosta commited on
Commit
e1d70ab
·
verified ·
1 Parent(s): 0dd1fce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -249,8 +249,8 @@ def generate_response(input_testuale_utente, tones, output_type, narrative_arc,m
249
 
250
 
251
 
252
- #assistant_message += clean_text_from_file('hotel_core_info.txt')
253
- assistant_message += clean_text_from_file('/Users/michelecostantini/Desktop/mic_crewai/hotel_core_info.txt')
254
 
255
 
256
 
 
249
 
250
 
251
 
252
+ assistant_message += clean_text_from_file('hotel_core_info.txt')
253
+ #assistant_message += clean_text_from_file('/Users/michelecostantini/Desktop/mic_crewai/hotel_core_info.txt')
254
 
255
 
256