sophcheng commited on
Commit
9a8fd94
·
verified ·
1 Parent(s): ac0a76d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -128,8 +128,8 @@ link = "https://chatgpt.com/"
128
  links=["https://chatgpt.com/","https://www.grammarly.com/","https://www.any.do/","https://scheduler.ai/","https://huggingface.co/spaces/MukBot/MukBot","https://huggingface.co/spaces/CalmConnect/calm-connect","https://chatgpt.com/g/g-3DGi2iLag-scholargpt","https://chatgpt.com/g/g-E7eSRUHy6-travel-guide"]
129
  link = random.choice(links)
130
 
131
- link_gen ='''
132
- # {link}
133
  '''
134
 
135
  #def get_random_link():
 
128
  links=["https://chatgpt.com/","https://www.grammarly.com/","https://www.any.do/","https://scheduler.ai/","https://huggingface.co/spaces/MukBot/MukBot","https://huggingface.co/spaces/CalmConnect/calm-connect","https://chatgpt.com/g/g-3DGi2iLag-scholargpt","https://chatgpt.com/g/g-E7eSRUHy6-travel-guide"]
129
  link = random.choice(links)
130
 
131
+ link_gen =f'''
132
+ {link}
133
  '''
134
 
135
  #def get_random_link():