Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ def conversational_chat(query, replacement_word=None):
|
|
58 |
hist_dict={}
|
59 |
hist_dict['generated']=["Hello ! Ask me anything about " + " π€"]
|
60 |
hist_dict['past'] = ["Hey ! π"]
|
61 |
-
|
62 |
|
63 |
trait_content_df_org=pd.read_csv('.\AI Personality Chart trait_content.csv')
|
64 |
trait_content_df_org=trait_content_df_org.drop(0,axis=0)
|
|
|
58 |
hist_dict={}
|
59 |
hist_dict['generated']=["Hello ! Ask me anything about " + " π€"]
|
60 |
hist_dict['past'] = ["Hey ! π"]
|
61 |
+
|
62 |
|
63 |
trait_content_df_org=pd.read_csv('.\AI Personality Chart trait_content.csv')
|
64 |
trait_content_df_org=trait_content_df_org.drop(0,axis=0)
|