Vineedhar commited on
Commit
4607a77
·
verified ·
1 Parent(s): 2f45ec0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from transformers import pipeline
4
 
5
  def main():
6
  # Set up the page
7
- st.set_page_config(page_title="Pirate Chatbot", page_icon="orYx logo.png", layout="wide")
8
 
9
  # Title and logo
10
  col1, col2 = st.columns([3, 1])
 
4
 
5
  def main():
6
  # Set up the page
7
+ st.set_page_config(page_title="Nudge Generator Demo - tinyllama 1b", page_icon="orYx logo.png")
8
 
9
  # Title and logo
10
  col1, col2 = st.columns([3, 1])