algorhythym commited on
Commit
a1cbaa7
·
verified ·
1 Parent(s): a6bba7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -10
app.py CHANGED
@@ -21,21 +21,17 @@ st.markdown(
21
 
22
 
23
 
24
-
25
  st.markdown("""
26
  <div style='text-align: center;'>
27
- I automatically choose the right tool for your question—**forecasts** or **alerts**.
 
 
 
 
28
  </div>
29
  """, unsafe_allow_html=True)
30
 
31
- st.markdown("""
32
- <div style='text-align: center;'>
33
- **See how I choose different tools:**
34
- * 🌤️ "What's the weather in Austin?" → *Uses Forecast Tool*
35
- * ⚠️ "Any alerts in California?" → *Uses Alert Tool*
36
- * 🔄 "Compare NY and Boston weather" → *Uses Multiple Tools*
37
- </div>
38
- """, unsafe_allow_html=True)
39
 
40
 
41
 
 
21
 
22
 
23
 
24
+
25
  st.markdown("""
26
  <div style='text-align: center;'>
27
+ I automatically choose the right tool for your question forecasts or alerts.<br><br>
28
+ See how I choose different tools:<br>
29
+ 🌤️ What's the weather in Austin? → Uses Forecast Tool<br>
30
+ ⚠️ Any alerts in California? → Uses Alert Tool<br>
31
+ 🔄 Compare NY and Boston weather → Uses Multiple Tools
32
  </div>
33
  """, unsafe_allow_html=True)
34
 
 
 
 
 
 
 
 
 
35
 
36
 
37