Nick088 commited on
Commit
d2d62d5
·
verified ·
1 Parent(s): 22e6af4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -188,7 +188,8 @@ import gradio as gr
188
  with gr.Blocks() as demo:
189
  gr.Markdown(Path('landing.md').read_text())
190
  with gr.Row():
191
- name_input = gr.Textbox(label="Your Name", info="Let me thank you for your support to keep the bot alive 24/7 for free!")
 
192
  submit_button = gr.Button("Submit")
193
  output_text = gr.Textbox(label="Output", interactive=False)
194
 
 
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)
195