Sa-m commited on
Commit
de45d29
·
verified ·
1 Parent(s): 24a02b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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', theme='peach') as demo:
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