Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -130,7 +130,7 @@ def get_random_tweet():
|
|
130 |
|
131 |
# Gradio UI
|
132 |
with gr.Blocks() as demo:
|
133 |
-
|
134 |
user_input = gr.Textbox(label="Paste your paragraph (2-10 lines)", lines=5)
|
135 |
|
136 |
with gr.Row():
|
|
|
130 |
|
131 |
# Gradio UI
|
132 |
with gr.Blocks() as demo:
|
133 |
+
gr.Markdown(mksdown)
|
134 |
user_input = gr.Textbox(label="Paste your paragraph (2-10 lines)", lines=5)
|
135 |
|
136 |
with gr.Row():
|