awacke1 commited on
Commit
47398c0
β€’
1 Parent(s): d09b027

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -9
app.py CHANGED
@@ -128,30 +128,30 @@ def add_witty_humor_buttons():
128
  col1, col2, col3 = st.columns([1, 1, 1], gap="small")
129
 
130
  # Add buttons to columns
131
- if col1.button("Generate Limericks πŸ˜‚"):
132
  StreamLLMChatResponse(descriptions["Generate Limericks πŸ˜‚"])
133
 
134
  if col2.button("Wise Quotes πŸ§™"):
135
  StreamLLMChatResponse(descriptions["Wise Quotes πŸ§™"])
136
 
137
- if col3.button("Funny Rhymes 🎀"):
138
- StreamLLMChatResponse(descriptions["Funny Rhymes 🎀"])
139
 
140
  col4, col5, col6 = st.columns([1, 1, 1], gap="small")
141
 
142
- if col4.button("Medical Jokes πŸ’‰"):
143
- StreamLLMChatResponse(descriptions["Medical Jokes πŸ’‰"])
144
 
145
  if col5.button("Minnesota Humor ❄️"):
146
  StreamLLMChatResponse(descriptions["Minnesota Humor ❄️"])
147
 
148
- if col6.button("Top Funny Stories πŸ“–"):
149
- StreamLLMChatResponse(descriptions["Top Funny Stories πŸ“–"])
150
 
151
  col7 = st.columns(1, gap="small")
152
 
153
- if col7[0].button("More Funny Rhymes πŸŽ™οΈ"):
154
- StreamLLMChatResponse(descriptions["More Funny Rhymes πŸŽ™οΈ"])
155
 
156
  def SpeechSynthesis(result):
157
  documentHTML5='''
 
128
  col1, col2, col3 = st.columns([1, 1, 1], gap="small")
129
 
130
  # Add buttons to columns
131
+ if col1.button("Wise Limericks πŸ˜‚"):
132
  StreamLLMChatResponse(descriptions["Generate Limericks πŸ˜‚"])
133
 
134
  if col2.button("Wise Quotes πŸ§™"):
135
  StreamLLMChatResponse(descriptions["Wise Quotes πŸ§™"])
136
 
137
+ #if col3.button("Funny Rhymes 🎀"):
138
+ # StreamLLMChatResponse(descriptions["Funny Rhymes 🎀"])
139
 
140
  col4, col5, col6 = st.columns([1, 1, 1], gap="small")
141
 
142
+ if col4.button("Top Ten Funniest Clean Jokes πŸ’‰"):
143
+ StreamLLMChatResponse(descriptions["Top Ten Funniest Clean Jokes πŸ’‰"])
144
 
145
  if col5.button("Minnesota Humor ❄️"):
146
  StreamLLMChatResponse(descriptions["Minnesota Humor ❄️"])
147
 
148
+ if col6.button("["Origins of Medical Science True Stories πŸ“–"):
149
+ StreamLLMChatResponse(descriptions["Origins of Medical Science True Stories πŸ“–"])
150
 
151
  col7 = st.columns(1, gap="small")
152
 
153
+ if col7[0].button("Top Ten Best Write a streamlit python program prompts to build AI programs. πŸŽ™οΈ"):
154
+ StreamLLMChatResponse(descriptions["Top Ten Best Write a streamlit python program prompts to build AI programs. πŸŽ™οΈ"])
155
 
156
  def SpeechSynthesis(result):
157
  documentHTML5='''