Spaces:
Runtime error
Runtime error
Commit
·
00684fc
1
Parent(s):
8ee44f6
Update app.py
Browse files
app.py
CHANGED
@@ -184,7 +184,7 @@ with gr.Blocks() as demo:
|
|
184 |
transcript = gr.Textbox(label = "Transcript Result" )
|
185 |
with gr.TabItem('Summary', visible = False) as summary_tab:
|
186 |
summary = gr.Textbox(label = "Summary Result")
|
187 |
-
with gr.TabItem('Sentiment Analysis', visible = False) as sentiment_tab
|
188 |
sentiment_analysis = gr.Textbox(label = "Sentiment Analysis Result" )
|
189 |
|
190 |
|
|
|
184 |
transcript = gr.Textbox(label = "Transcript Result" )
|
185 |
with gr.TabItem('Summary', visible = False) as summary_tab:
|
186 |
summary = gr.Textbox(label = "Summary Result")
|
187 |
+
with gr.TabItem('Sentiment Analysis', visible = False) as sentiment_tab:
|
188 |
sentiment_analysis = gr.Textbox(label = "Sentiment Analysis Result" )
|
189 |
|
190 |
|