diff --git a/app.py b/app.py index cb89d57b..cd213a3a 100644 --- a/app.py +++ b/app.py @@ -1,10 +1,29 @@ -from flask import Flask +from flask import Flask, render_template_string + app = Flask(__name__) @app.route('/') -def hello_world(): - return 'Hello from Koyeb' - +def home(): + # Dropbox image URL with ?raw=1 for direct access + image_url = "https://www.dropbox.com/scl/fo/3tqthrort5vl37uw8ijgc/AH8rCi_N0D53tIwp-Vz-F-c?rlkey=ccs3m29g4e00o8utkxahba979&st=spg6wf7x&?raw=1" + + # HTML code to display the image + html_code = f""" + + +
+ + +Here is an image from Dropbox:
+