Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ async def fetch_report(query, report_type):
|
|
50 |
return f"Error during research: {str(e)}"
|
51 |
|
52 |
# Streamlit interface
|
53 |
-
st.title("Google Leak Reporting Tool")
|
54 |
|
55 |
# User input for the query using a text area
|
56 |
query = st.text_area(
|
|
|
50 |
return f"Error during research: {str(e)}"
|
51 |
|
52 |
# Streamlit interface
|
53 |
+
st.title("Google Algo Leak Reporting Tool")
|
54 |
|
55 |
# User input for the query using a text area
|
56 |
query = st.text_area(
|