expandme commited on
Commit
4388224
·
1 Parent(s): c2f95db

Trying plain format in help

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -53,7 +53,11 @@ models =[key for key in model_links.keys()]
53
  selected_model = st.sidebar.selectbox(
54
  "Select Model",
55
  models,
56
- help="Choose your AI model:\n• Llama-3.2: Balanced & versatile\n• Qwen2.5: Strong in reasoning\n• Phi-3.5: Good at technical tasks"
 
 
 
 
57
  )
58
 
59
  temp_values = st.sidebar.slider(
 
53
  selected_model = st.sidebar.selectbox(
54
  "Select Model",
55
  models,
56
+ help="""Choose your AI model:
57
+
58
+ • Llama-3.2: Balanced & versatile
59
+ • Qwen2.5: Strong in reasoning
60
+ • Phi-3.5: Good at technical tasks"""
61
  )
62
 
63
  temp_values = st.sidebar.slider(