Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -53,7 +53,6 @@ with gr.Blocks(title="Sentiment Analysis", theme=gr.themes.Soft()) as demo:
|
|
| 53 |
)
|
| 54 |
|
| 55 |
with gr.TabItem("Documentation"):
|
| 56 |
-
doc_text = gr.Markdown()
|
| 57 |
-
doc_text.update(documentation())
|
| 58 |
|
| 59 |
demo.launch()
|
|
|
|
| 53 |
)
|
| 54 |
|
| 55 |
with gr.TabItem("Documentation"):
|
| 56 |
+
doc_text = gr.Markdown(documentation())
|
|
|
|
| 57 |
|
| 58 |
demo.launch()
|