yonikremer commited on
Commit
b598d9f
1 Parent(s): e0bb50d

Added a title

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -14,6 +14,8 @@ on_server_start_main()
14
 
15
  AVAILABLE_MODEL_NAMES = "https://huggingface.co/models?pipeline_tag=text-generation&sort=downloads"
16
 
 
 
17
 
18
  with st.form("request_form"):
19
  selected_model_name: str = st.text_input(
 
14
 
15
  AVAILABLE_MODEL_NAMES = "https://huggingface.co/models?pipeline_tag=text-generation&sort=downloads"
16
 
17
+ st.title("Grouped Sampling Demo")
18
+
19
 
20
  with st.form("request_form"):
21
  selected_model_name: str = st.text_input(