Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -145,7 +145,7 @@ def add_witty_humor_buttons():
|
|
| 145 |
if col5.button("Minnesota Humor ❄️"):
|
| 146 |
StreamLLMChatResponse(descriptions["Minnesota Humor ❄️"])
|
| 147 |
|
| 148 |
-
if col6.button("
|
| 149 |
StreamLLMChatResponse(descriptions["Origins of Medical Science True Stories"])
|
| 150 |
|
| 151 |
col7 = st.columns(1, gap="small")
|
|
|
|
| 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")
|