DrishtiSharma commited on
Commit
a01a041
·
verified ·
1 Parent(s): 94b3bf6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -29,7 +29,6 @@ stakeholder = st.text_input("Enter Stakeholder", value="Patent Attorneys")
29
  llm = None
30
 
31
  # Model Selection
32
- #st.header("Model Selection")
33
  model_choice = st.radio("Select LLM", ["GPT-4o", "llama-3.3-70b"], index=1, horizontal=True)
34
 
35
 
 
29
  llm = None
30
 
31
  # Model Selection
 
32
  model_choice = st.radio("Select LLM", ["GPT-4o", "llama-3.3-70b"], index=1, horizontal=True)
33
 
34