awacke1 commited on
Commit
2bf5110
1 Parent(s): c6812c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -145,8 +145,8 @@ def add_witty_humor_buttons():
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
 
 
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