Spaces:
Running
Running
display back proper credentials to original author
Browse files
app.py
CHANGED
|
@@ -281,7 +281,16 @@ def on_center_mode_change(mode):
|
|
| 281 |
|
| 282 |
|
| 283 |
with gr.Blocks(css=APP_CSS) as demo:
|
| 284 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 285 |
|
| 286 |
center_mode = gr.Radio(
|
| 287 |
label="Center",
|
|
|
|
| 281 |
|
| 282 |
|
| 283 |
with gr.Blocks(css=APP_CSS) as demo:
|
| 284 |
+
|
| 285 |
+
gr.Markdown(
|
| 286 |
+
"""
|
| 287 |
+
# MapToPoster – Gradio
|
| 288 |
+
|
| 289 |
+
Original project by Ankur (MapToPoster)
|
| 290 |
+
Based on the open-source repository: https://github.com/originalankur/maptoposter
|
| 291 |
+
Many thanks for the original work and inspiration.
|
| 292 |
+
"""
|
| 293 |
+
)
|
| 294 |
|
| 295 |
center_mode = gr.Radio(
|
| 296 |
label="Center",
|