ningrumdaud commited on
Commit
04b65f5
·
verified ·
1 Parent(s): b25b5d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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()