Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
"#
|
262 |
elem_classes="text-2xl font-bold text-gray-900 mb-2"
|
263 |
)
|
264 |
gr.Markdown(
|
265 |
-
"*Analyze
|
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 |
|