Spaces:
Sleeping
Sleeping
akadhim-ai
commited on
Commit
β’
e775db4
1
Parent(s):
79c3b92
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ def get_answer_emoji(answer):
|
|
42 |
return "π‘"
|
43 |
|
44 |
# Streamlit UI
|
45 |
-
st.title("OrangePro
|
46 |
|
47 |
# Upload a PDF file
|
48 |
uploaded_pdf_file = st.file_uploader("Upload a PDF file for analysis", type=["pdf"])
|
|
|
42 |
return "π‘"
|
43 |
|
44 |
# Streamlit UI
|
45 |
+
st.title("OrangePro.AI LLM Output Testing")
|
46 |
|
47 |
# Upload a PDF file
|
48 |
uploaded_pdf_file = st.file_uploader("Upload a PDF file for analysis", type=["pdf"])
|