updated title
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ def multimodal_prompt(pdf_file, text_prompt):
|
|
35 |
return f"An error occurred: {e}"
|
36 |
|
37 |
# Streamlit UI
|
38 |
-
st.title("
|
39 |
|
40 |
with st.expander("ℹ️ About"):
|
41 |
st.write(
|
|
|
35 |
return f"An error occurred: {e}"
|
36 |
|
37 |
# Streamlit UI
|
38 |
+
st.title("Research Paper Summarization with Gemini AI")
|
39 |
|
40 |
with st.expander("ℹ️ About"):
|
41 |
st.write(
|