Spaces:
Sleeping
Sleeping
Fix title order
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ def generate_response(input_text):
|
|
55 |
return base_resp, irai_resp
|
56 |
|
57 |
|
58 |
-
st.title("IRAI LLM-ADE
|
59 |
user_input = st.text_area("Enter a financial question:", "")
|
60 |
|
61 |
if st.button("Generate"):
|
|
|
55 |
return base_resp, irai_resp
|
56 |
|
57 |
|
58 |
+
st.title("Base Model vs IRAI LLM-ADE")
|
59 |
user_input = st.text_area("Enter a financial question:", "")
|
60 |
|
61 |
if st.button("Generate"):
|