Spaces:
Running
Running
File size: 203 Bytes
f3d45a9 |
1 2 3 4 5 6 7 8 9 10 11 |
DEFAULT_URL = "http://localhost:8080"
EXAMPLE_PROGRAM = """
import mesop as me
@me.page()
def app():
me.text("Hello World")
""".strip()
PROMPT_MODE_GENERATE = "Generate"
PROMPT_MODE_REVISE = "Revise"
|