An interactive Streamlit application that helps generate creative short stories using Large Language Models (LLMs) via OpenAI's API.
-
Start the Streamlit application:
streamlit run app.py
-
Open a web browser and navigate to
http://localhost:8501
.
To run the application from the command line directly (i.e., outside the Python environment), use the following command:
python -m streamlit run app.py