ProfessorLeVesseur commited on
Commit
69e32f2
·
verified ·
1 Parent(s): 02b16ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -6,16 +6,12 @@ import streamlit as st
6
  import string
7
  from annotated_text import annotated_text
8
  from PIL import Image
9
- from pathlib import Path
10
- from dotenv import load_dotenv
11
- load_dotenv()
12
 
13
  #------------------------------------------------------------------------
14
  # Configurations
15
  #------------------------------------------------------------------------
16
 
17
  # Streamlit page setup
18
- # icon = Image.open("MTSS.ai_Icon.png")
19
  icon = Image.open("MTSS.ai_Icon.png")
20
  st.set_page_config(
21
  page_title="Kaleidoscope | Text Annotation",
 
6
  import string
7
  from annotated_text import annotated_text
8
  from PIL import Image
 
 
 
9
 
10
  #------------------------------------------------------------------------
11
  # Configurations
12
  #------------------------------------------------------------------------
13
 
14
  # Streamlit page setup
 
15
  icon = Image.open("MTSS.ai_Icon.png")
16
  st.set_page_config(
17
  page_title="Kaleidoscope | Text Annotation",