Nick088 commited on
Commit
a4ab041
·
verified ·
1 Parent(s): b8dadc3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -188,7 +188,7 @@ import gradio as gr
188
  with gr.Blocks() as demo:
189
  gr.Markdown(Path('landing.md').read_text())
190
  with gr.Row():
191
- gr.Markdown("Keep the bot alive 24/7 for free!<br>Use the following function of getting thanked once every 48 hours:")
192
  name_input = gr.Textbox(label="Your Name")
193
  submit_button = gr.Button("Submit")
194
  output_text = gr.Textbox(label="Output", interactive=False)
 
188
  with gr.Blocks() as demo:
189
  gr.Markdown(Path('landing.md').read_text())
190
  with gr.Row():
191
+ gr.Markdown("<h3>Keep the bot alive 24/7 for free<h3>!<br>Use the following function of getting thanked once every 48 hours:")
192
  name_input = gr.Textbox(label="Your Name")
193
  submit_button = gr.Button("Submit")
194
  output_text = gr.Textbox(label="Output", interactive=False)