Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ stakeholder = st.text_input("Enter Stakeholder", value="Patent Attorneys")
|
|
29 |
llm = None
|
30 |
|
31 |
# Model Selection
|
32 |
-
model_choice = st.radio("Select LLM", ["GPT-4o", "llama-3.3-70b"], index=
|
33 |
|
34 |
|
35 |
# API Key Validation and LLM Initialization
|
|
|
29 |
llm = None
|
30 |
|
31 |
# Model Selection
|
32 |
+
model_choice = st.radio("Select LLM", ["GPT-4o", "llama-3.3-70b"], index=0, horizontal=True)
|
33 |
|
34 |
|
35 |
# API Key Validation and LLM Initialization
|