hey guys , if u can help me please , i am trying to build a website with streamlit for a school project,
it’s a bitcoin tracker . the first thing i want to do is have a converter from bitcoin to usd and vice versa , i have the python code but i dont know how to proceed , any ideas. here is the python code:
import requests
The question is not really about Streamlit. Perhaps this question might be better of on stackoverflow.
Also, if you ask questions and post code that is not working, please include the error message and what the expected behaviour is.
Anyway, you seem to use wrong quotation marks in your code. Suggest you check you local language and keyboard settings.
This is still not pasting the error message. This is show a screen shot of half the error message.
Since the syntax error is at the beginning of line 28 I suspect the error is in the previous line of code.
Could be you forgot closing quotation marks / parentheses / brackets / etc.