Replies: 4 comments
-
Hi, is this issue still open. Please, can I have the opportunity to work on this issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Try this? #2893 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello. Yes, I still need help. |
Beta Was this translation helpful? Give feedback.
0 replies
-
up |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Please tell me in detail, step by step, with example commands and example code, using the information from these two articles, how to use Flat in Google Colab.
https://flet.dev/docs/guides/python/deploying-web-app/hosting-providers/self-hosting
https://saturncloud.io/blog/is-there-a-general-way-to-run-web-applications-on-google-colab/
import flet as ft
def main(page: ft.Page):
t = ft.Text(value="Hello, world!", color="green")
page.controls.append(t)
page.update()
ft.app(target=main, view=ft.AppView.WEB_BROWSER)
Beta Was this translation helpful? Give feedback.
All reactions