ashjo317 commited on
Commit
2888de5
·
verified ·
1 Parent(s): a87f436

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -130,7 +130,7 @@ def get_random_tweet():
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():
 
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():