Update app.py
Browse files
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("
|
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 |
-
|
139 |
|
140 |
col4, col5, col6 = st.columns([1, 1, 1], gap="small")
|
141 |
|
142 |
-
if col4.button("
|
143 |
-
StreamLLMChatResponse(descriptions["
|
144 |
|
145 |
if col5.button("Minnesota Humor βοΈ"):
|
146 |
StreamLLMChatResponse(descriptions["Minnesota Humor βοΈ"])
|
147 |
|
148 |
-
if col6.button("
|
149 |
-
StreamLLMChatResponse(descriptions["
|
150 |
|
151 |
col7 = st.columns(1, gap="small")
|
152 |
|
153 |
-
if col7[0].button("
|
154 |
-
StreamLLMChatResponse(descriptions["
|
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='''
|