fffiloni commited on
Commit
64936d1
·
verified ·
1 Parent(s): 36e037d

display back proper credentials to original author

Browse files
Files changed (1) hide show
  1. app.py +10 -1
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
- gr.Markdown("# MapToPoster – Hugging Face Demo")
 
 
 
 
 
 
 
 
 
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",