Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -334,8 +334,8 @@ def main():
|
|
| 334 |
col1, col2 = st.columns(2)
|
| 335 |
with col1:
|
| 336 |
if st.button(f"Share", key=f"share_{idx}"):
|
| 337 |
-
# Generate shareable text
|
| 338 |
-
share_text = f"
|
| 339 |
st.code(share_text)
|
| 340 |
with col2:
|
| 341 |
if st.button(f"Remove", key=f"remove_{idx}"):
|
|
|
|
| 334 |
col1, col2 = st.columns(2)
|
| 335 |
with col1:
|
| 336 |
if st.button(f"Share", key=f"share_{idx}"):
|
| 337 |
+
# Generate shareable text using regular quotes
|
| 338 |
+
share_text = f'"{fav["quote"]}" - via Global QuoteVerse'
|
| 339 |
st.code(share_text)
|
| 340 |
with col2:
|
| 341 |
if st.button(f"Remove", key=f"remove_{idx}"):
|