shaheerawan3 commited on
Commit
56a9c1e
·
verified ·
1 Parent(s): 2cb5adc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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""{fav['quote']}" - via Global QuoteVerse"
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}"):