blazingbunny commited on
Commit
b2debf3
·
1 Parent(s): 564ce0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import json
 
2
  from google.oauth2 import service_account
3
  from google.cloud import language_v1
4
 
 
1
  import json
2
+ import streamlit as st
3
  from google.oauth2 import service_account
4
  from google.cloud import language_v1
5