Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -900,7 +900,7 @@ plot4=gr.Image(label='Frequency Distribution')
|
|
900 |
plot5=gr.Image(label='Dispersion Plot')
|
901 |
summary_output = gr.Textbox(label='AI-Generated Summary', lines=10)
|
902 |
|
903 |
-
with gr.Blocks(title='Manifesto Analysis'
|
904 |
gr.Markdown("# Manifesto Analysis with LLM Enhancement")
|
905 |
gr.Markdown("### Analyze political manifestos with advanced NLP and LLM techniques")
|
906 |
|
|
|
900 |
plot5=gr.Image(label='Dispersion Plot')
|
901 |
summary_output = gr.Textbox(label='AI-Generated Summary', lines=10)
|
902 |
|
903 |
+
with gr.Blocks(title='Manifesto Analysis') as demo:
|
904 |
gr.Markdown("# Manifesto Analysis with LLM Enhancement")
|
905 |
gr.Markdown("### Analyze political manifestos with advanced NLP and LLM techniques")
|
906 |
|