Vineedhar commited on
Commit
2a2ea30
·
verified ·
1 Parent(s): 0e90c3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,9 +9,9 @@ def main():
9
  # Title and logo
10
  col1, col2 = st.columns([3, 1])
11
  with col1:
12
- st.title("Pirate Chatbot")
13
  with col2:
14
- st.image("orYx logo.png", use_column_width=True)
15
 
16
  # Chat interface
17
  st.markdown("---")
 
9
  # Title and logo
10
  col1, col2 = st.columns([3, 1])
11
  with col1:
12
+ st.title("Nudge Generator Demo - tinyllama 1b")
13
  with col2:
14
+ st.image("orYx logo.png")
15
 
16
  # Chat interface
17
  st.markdown("---")