Update app.py
Browse files
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 |
-
|
|
|
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 |
|