Spaces:
Runtime error
Runtime error
Jforeverss
commited on
Commit
•
81ac300
1
Parent(s):
239f43a
Update app.py
Browse files
app.py
CHANGED
@@ -1,15 +1,12 @@
|
|
1 |
# Install Streamlit and pyngrok
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
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
|