datasciencedojo commited on
Commit
9f4588e
·
1 Parent(s): 65adfc6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ max-width: none !important;
119
  with gr.Blocks(title="Analyze Text | Data Science Dojo", css = css) as demo:
120
  with gr.Row():
121
  inp = gr.Textbox(placeholder="Enter text to analyze...", label="Input")
122
- btn = gr.Button("Analyze Text")
123
  gr.Markdown("""
124
  # Analysis""")
125
  with gr.Row():
 
119
  with gr.Blocks(title="Analyze Text | Data Science Dojo", css = css) as demo:
120
  with gr.Row():
121
  inp = gr.Textbox(placeholder="Enter text to analyze...", label="Input")
122
+ btn = gr.Button("Analyze text")
123
  gr.Markdown("""
124
  # Analysis""")
125
  with gr.Row():