hra commited on
Commit
f0b4d32
·
1 Parent(s): 5a3fcf8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -24,6 +24,8 @@ with open('lastradartext.txt', 'r') as file:
24
  value1,value2,value3,value4,value5,value6=data_old.split('SEPERATOR')
25
 
26
  def getstuff(openapikey):
 
 
27
  mainlistofanswers=[]
28
  for each in ['www.mckinsey.com','www.bcg.com','www.bain.com','www.accenture.com']:
29
  print(each)
@@ -70,9 +72,7 @@ def getstuff(openapikey):
70
 
71
  tech_df["embedding"] = tech_df['tech'].apply(lambda x: get_embedding(x, engine=embedding_model))
72
 
73
-
74
  print('Came here 4')
75
- dateforfilesave=datetime.today().strftime("%d-%m-%Y")
76
 
77
  # Load the embeddings
78
 
 
24
  value1,value2,value3,value4,value5,value6=data_old.split('SEPERATOR')
25
 
26
  def getstuff(openapikey):
27
+ dateforfilesave=datetime.today().strftime("%d-%m-%Y")
28
+ print(dateforfilesave)
29
  mainlistofanswers=[]
30
  for each in ['www.mckinsey.com','www.bcg.com','www.bain.com','www.accenture.com']:
31
  print(each)
 
72
 
73
  tech_df["embedding"] = tech_df['tech'].apply(lambda x: get_embedding(x, engine=embedding_model))
74
 
 
75
  print('Came here 4')
 
76
 
77
  # Load the embeddings
78