cyberandy commited on
Commit
96ca74e
1 Parent(s): 7cdea90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -258,11 +258,11 @@ def analyze_features(text: str) -> Tuple[str, str, str]:
258
  def create_interface():
259
  with gr.Blocks(theme=theme, css=css) as interface:
260
  gr.Markdown(
261
- "# Neural Feature Analyzer",
262
  elem_classes="text-2xl font-bold text-gray-900 mb-2"
263
  )
264
  gr.Markdown(
265
- "*Analyze text using Gemma's interpretable neural features*",
266
  elem_classes="text-gray-600 mb-6"
267
  )
268
 
 
258
  def create_interface():
259
  with gr.Blocks(theme=theme, css=css) as interface:
260
  gr.Markdown(
261
+ "# Brand Feature Analyzer",
262
  elem_classes="text-2xl font-bold text-gray-900 mb-2"
263
  )
264
  gr.Markdown(
265
+ "*Analyze your brand using Gemma's interpretable neural features*",
266
  elem_classes="text-gray-600 mb-6"
267
  )
268