Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
c75ee04
1
Parent(s):
abf7938
Enhance interface description for improved user guidance in research discovery
Browse files
app.py
CHANGED
@@ -395,8 +395,8 @@ def create_interface():
|
|
395 |
paper_match_logger = gr.CSVLogger()
|
396 |
|
397 |
with gr.Blocks(
|
398 |
-
title="Inkling - AI-Assisted Research Discovery",
|
399 |
css="""
|
|
|
400 |
.cell-menu-button {
|
401 |
display: none;
|
402 |
}"""
|
|
|
395 |
paper_match_logger = gr.CSVLogger()
|
396 |
|
397 |
with gr.Blocks(
|
|
|
398 |
css="""
|
399 |
+
description="Discover papers with deep conceptual connections to your research",
|
400 |
.cell-menu-button {
|
401 |
display: none;
|
402 |
}"""
|