barghavani commited on
Commit
4fb1273
·
verified ·
1 Parent(s): 9c420f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,7 +95,7 @@ def record_audio():
95
  st.error(f"Could not request results; {e}")
96
  return None
97
 
98
- ef main():
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