Monke64's picture
Added app files
3370a4e
raw
history blame
325 Bytes
import streamlit as st
st.set_page_config(
page_title="Home"
)
st.title("Large Language Models Showcase")
st.markdown(
"""
This proof-of-concept web application aims to showcase the text generation capabilities
of ChatGPT together with prompt engineering techniques.
"""
)
st.image("images/Chatgpt.jpg")