Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def show_extra_info(e):
|
|
26 |
else:
|
27 |
data_text = ""
|
28 |
|
29 |
-
text = f"The title of the notebook is: **'{kv[
|
30 |
return text
|
31 |
|
32 |
samples = load_data()
|
|
|
26 |
else:
|
27 |
data_text = ""
|
28 |
|
29 |
+
text = f"The title of the notebook is: **'{kv['Title']}'** and it has **{kv['TotalVotes']} upvotes**.\n{data_text}"
|
30 |
return text
|
31 |
|
32 |
samples = load_data()
|