ppsingh commited on
Commit
8e52607
1 Parent(s): 96e4ee6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -9,6 +9,7 @@ import appStore.indicator as indicator
9
  import appStore.reader as reader
10
  import appStore.doc_processing as processing
11
  from utils.uploadAndExample import add_upload
 
12
  import streamlit as st
13
 
14
  st.set_page_config(page_title = 'Climate Policy Intelligence',
@@ -75,7 +76,7 @@ with st.expander("ℹ️ - About this app", expanded=False):
75
  st.write("""
76
  What Happens in background?
77
 
78
- st.image(image, width =200)
79
 
80
  - Step 1: Once the document is provided to app, it undergoes *Pre-processing*.\
81
  In this step the document is broken into smaller paragraphs \
 
9
  import appStore.reader as reader
10
  import appStore.doc_processing as processing
11
  from utils.uploadAndExample import add_upload
12
+ from PIL import Image
13
  import streamlit as st
14
 
15
  st.set_page_config(page_title = 'Climate Policy Intelligence',
 
76
  st.write("""
77
  What Happens in background?
78
 
79
+ st.image(image)
80
 
81
  - Step 1: Once the document is provided to app, it undergoes *Pre-processing*.\
82
  In this step the document is broken into smaller paragraphs \