Skip to content

Commit b91fd26

Browse files
author
Luan Pham
committed
Refactor main app
1 parent f2aed23 commit b91fd26

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

main.py

-11
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,12 @@
55
from typing import List
66

77
import requests
8-
import streamlit as st
98
from dotenv import load_dotenv
109
from tqdm import tqdm
1110

1211
from classes import Table, Text, read_tables_from_list, read_texts_from_list
1312
from utility import dump_excel, load_json, merge_text_table, timeit
1413

15-
st.set_page_config(
16-
layout="centered", page_icon="🖱️", page_title="Interactive table app"
17-
)
18-
st.title("🖱️ Interactive table app")
19-
st.write(
20-
"""This app shows how you can use the [streamlit-aggrid](STREAMLIT_AGGRID_URL)
21-
Streamlit component in an interactive way so as to display additional content
22-
based on user click."""
23-
)
24-
2514
# load env var
2615
load_dotenv()
2716
TABLE_DETECTION_PORT = env["TABLE_DETECTION_PORT"]

0 commit comments

Comments
 (0)