VISION23 commited on
Commit
a56ab0d
1 Parent(s): 088196f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -25,8 +25,8 @@ import asyncio
25
 
26
  st.set_option('deprecation.showPyplotGlobalUse', False)
27
  st.set_page_config(layout='wide')
28
- st.title("Table Detection and Table Structure Recognition")
29
- st.write("Implemented by MSFT team: https://github.com/microsoft/table-transformer")
30
 
31
 
32
 
 
25
 
26
  st.set_option('deprecation.showPyplotGlobalUse', False)
27
  st.set_page_config(layout='wide')
28
+ st.title("Table Detection (Image2CSV)")
29
+
30
 
31
 
32