Spaces:
Running
Running
Commit
·
8c0246a
1
Parent(s):
918e82b
Add title and github link
Browse files
app.py
CHANGED
@@ -401,7 +401,8 @@ with gr.Blocks(css="""
|
|
401 |
font-weight: 400 !important;
|
402 |
}
|
403 |
""") as demo:
|
404 |
-
gr.Markdown("# ScreenCoder:
|
|
|
405 |
gr.Markdown("**Tips**: Use the sliders to adjust preview size and zoom level. Swipe to change viewing angle. Click download button to get the package.")
|
406 |
with gr.Row():
|
407 |
with gr.Column(scale=1):
|
|
|
401 |
font-weight: 400 !important;
|
402 |
}
|
403 |
""") as demo:
|
404 |
+
gr.Markdown("# ScreenCoder: Advancing Visual-to-Code Generation for Front-End Automation via Modular Multimodal Agents")
|
405 |
+
gr.Markdown("## [Github](https://github.com/leigest519/ScreenCoder/tree/main)")
|
406 |
gr.Markdown("**Tips**: Use the sliders to adjust preview size and zoom level. Swipe to change viewing angle. Click download button to get the package.")
|
407 |
with gr.Row():
|
408 |
with gr.Column(scale=1):
|