cyberandy commited on
Commit
3bc7e87
·
verified ·
1 Parent(s): 89cfd4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ body { font-family: 'Open Sans', sans-serif !important; }
100
 
101
  with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
102
  gr.Markdown("# Brand Analyzer", elem_classes="text-2xl font-bold mb-2")
103
- gr.Markdown("*Analyze text using Gemma's interpretable neural features*", elem_classes="text-gray-600 mb-6")
104
 
105
  features_state = gr.State([])
106
 
 
100
 
101
  with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
102
  gr.Markdown("# Brand Analyzer", elem_classes="text-2xl font-bold mb-2")
103
+ gr.Markdown("*Analyze text using interpretable neural features*", elem_classes="text-gray-600 mb-6")
104
 
105
  features_state = gr.State([])
106