Summary
I am new to streamlit. I have tried a simple file to write few lines in the browser. No matter whatever i write in the code file, the browser comes up with an empty page. I searched google it says there may be some confliction. Can any one guide how to resolve it?
python version i am using is 3.9
browser is microsoft edge
streamlit version is 1.27.2
code img
browser img
Steps to reproduce
Code snippet:
app.py
import streamlit as st
st.title(“Hamlet said…”)
st.text(“”"
To be, or not to be, that is the question:
Whether 'tis nobler in the mind to suffer
The slings and arrows of outrageous fortune,
Or to take arms against a sea of troubles
And by opposing end them.
“”")
If applicable, please provide the steps we should take to reproduce the error or specified behavior.
**Expected behavior:**
A new tab should be opend with default browser
Browser should show the data its told to write
**Actual behavior:**
A new tab is opend with default browser
'but it is showin nothing. its just an empty page
### Debug info
- Streamlit version: 1.27.2
- Python version: 3.9.18
- Using Conda
- OS version: windows 10
- Browser version: microsoft edge
### Requirements file
streamlit
streamlit-chat
python-dotenv
langchain
openai
### Links
* Link to your GitHub repo:
* Link to your deployed app:
### Additional information
If needed, add any other context about the problem here.