Update app.py
Browse files
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 |
-
|
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():
|