Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -544,9 +544,7 @@ def create_ui() -> gr.Blocks:
|
|
| 544 |
top_repos_df = gr.Dataframe(
|
| 545 |
headers=["Repository", "Strengths", "Weaknesses", "Speciality", "Relevance"],
|
| 546 |
wrap=True,
|
| 547 |
-
interactive=False
|
| 548 |
-
height=200,
|
| 549 |
-
info="Click on any repository name to explore or visit"
|
| 550 |
)
|
| 551 |
|
| 552 |
gr.Markdown("💡 **Tip:** Click on any repository name to explore it in detail!")
|
|
|
|
| 544 |
top_repos_df = gr.Dataframe(
|
| 545 |
headers=["Repository", "Strengths", "Weaknesses", "Speciality", "Relevance"],
|
| 546 |
wrap=True,
|
| 547 |
+
interactive=False
|
|
|
|
|
|
|
| 548 |
)
|
| 549 |
|
| 550 |
gr.Markdown("💡 **Tip:** Click on any repository name to explore it in detail!")
|