flet
flet copied to clipboard
Flet and Google Colab
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)
Hi, is this issue still open. Please, can I have the opportunity to work on this issue.
Try this? https://github.com/flet-dev/flet/discussions/2893#discussion-6381813
Hello. Yes, I still need help.