Improved the App Title
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ def display_download_button(file_path, file_name):
|
|
80 |
|
81 |
|
82 |
# --- Main Page ---
|
83 |
-
st.title("π Authorship Attribution and Verification")
|
84 |
about = """
|
85 |
**How to use this App**
|
86 |
This app leverages Gemini 2.0 to provide insights on the provided document.
|
|
|
80 |
|
81 |
|
82 |
# --- Main Page ---
|
83 |
+
st.title("π VQA on the Authorship Attribution and Verification Paper")
|
84 |
about = """
|
85 |
**How to use this App**
|
86 |
This app leverages Gemini 2.0 to provide insights on the provided document.
|