Spaces:
Runtime error
Runtime error
Commit ·
9f4588e
1
Parent(s): 65adfc6
Update app.py
Browse files
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
|
| 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():
|