Update app.py
Browse files
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("<h2>Keep the bot alive 24/7 for free!</h2><br>Use the following function of getting thanked once every 48 hours:</br>")
|
192 |
with gr.Row():
|
193 |
name_input = gr.Textbox(label="Your Name")
|
194 |
submit_button = gr.Button("Submit")
|
|
|
188 |
with gr.Blocks() as demo:
|
189 |
gr.Markdown(Path('landing.md').read_text())
|
190 |
with gr.Row():
|
191 |
+
gr.Markdown("<h2>Keep the bot alive 24/7 for free!</h2><br><h3>Use the following function of getting thanked once every 48 hours:</h3></br>")
|
192 |
with gr.Row():
|
193 |
name_input = gr.Textbox(label="Your Name")
|
194 |
submit_button = gr.Button("Submit")
|