Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ def show_extra_info(e):
|
|
| 28 |
else:
|
| 29 |
data_text = ""
|
| 30 |
|
| 31 |
-
text = f"The title of the notebook is: '{nb_title}' and it has {nb_votes} upvotes
|
| 32 |
return text
|
| 33 |
|
| 34 |
samples = load_data()
|
|
|
|
| 28 |
else:
|
| 29 |
data_text = ""
|
| 30 |
|
| 31 |
+
text = f"The title of the notebook is: **'{nb_title}'** and it has **{nb_votes} upvotes**. {data_text}"
|
| 32 |
return text
|
| 33 |
|
| 34 |
samples = load_data()
|