Jforeverss commited on
Commit
81ac300
1 Parent(s): 239f43a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -7
app.py CHANGED
@@ -1,15 +1,12 @@
1
  # Install Streamlit and pyngrok
2
- !pip install -q streamlit
3
- !pip install -q pyngrok
4
- !pip install -q pdfplumber
5
- !pip install -q transformers
6
- !pip install -q tabula-py
7
- !pip install -q openai
8
 
9
 
10
  # Write the Streamlit app script
11
  # Write the Streamlit app script
12
- %%writefile app.py
13
  import streamlit as st
14
  import pdfplumber
15
  import torch
 
1
  # Install Streamlit and pyngrok
2
+ pip install streamlit
3
+ pip install pdfplumber
4
+ pip install transformers
5
+ pip install openai
 
 
6
 
7
 
8
  # Write the Streamlit app script
9
  # Write the Streamlit app script
 
10
  import streamlit as st
11
  import pdfplumber
12
  import torch