CobaltZvc commited on
Commit
5d84878
1 Parent(s): 7991134

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -174,7 +174,7 @@ def openai_response(PROMPT):
174
  #"""
175
 
176
  #st.markdown(page_bg_img, unsafe_allow_html=True)
177
- st.title("Welcome to :red[_HyperChat_]!!🤖")
178
  st.title("How can I help?")
179
 
180
  Usage = st.radio(
@@ -262,6 +262,7 @@ if Usage == 'Questions based on custom CSV data':
262
 
263
 
264
  elif Usage == 'Random Questions':
 
265
  Input_type = st.radio(
266
  "**Input type:**",
267
  ('TEXT', 'SPEECH')
 
174
  #"""
175
 
176
  #st.markdown(page_bg_img, unsafe_allow_html=True)
177
+ st.title("Welcome to :red[AlexaPiro]!!🤖")
178
  st.title("How can I help?")
179
 
180
  Usage = st.radio(
 
262
 
263
 
264
  elif Usage == 'Random Questions':
265
+ st.caption('You can ask me :red[news], :green[stock prices], to play :blue[music], to tell you a :yellow[joke], :cyan[definitions] or even to paint a :fuchsia[butterfly]')
266
  Input_type = st.radio(
267
  "**Input type:**",
268
  ('TEXT', 'SPEECH')