Spaces:
Sleeping
Sleeping
barghavani
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,7 @@ def record_audio():
|
|
95 |
st.error(f"Could not request results; {e}")
|
96 |
return None
|
97 |
|
98 |
-
|
99 |
st.set_page_config("Chat PDF")
|
100 |
st.header("Chat with PDF using Gemini💁")
|
101 |
|
|
|
95 |
st.error(f"Could not request results; {e}")
|
96 |
return None
|
97 |
|
98 |
+
def main():
|
99 |
st.set_page_config("Chat PDF")
|
100 |
st.header("Chat with PDF using Gemini💁")
|
101 |
|