oskarastrom commited on
Commit
8392718
1 Parent(s): a35ad72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ iface = gr.Interface(
66
  gr.Textbox(placeholder="Your name"),
67
  gr.Textbox(placeholder="Your message", lines=2),
68
  ],
69
- "html",
70
  css="""
71
  .message {background-color:cornflowerblue;color:white; padding:4px;margin:4px;border-radius:4px; }
72
  """,
 
66
  gr.Textbox(placeholder="Your name"),
67
  gr.Textbox(placeholder="Your message", lines=2),
68
  ],
69
+ gr.HTML(generate_html()),
70
  css="""
71
  .message {background-color:cornflowerblue;color:white; padding:4px;margin:4px;border-radius:4px; }
72
  """,