File size: 234 Bytes
50bf100
 
 
 
 
 
 
8209c8a
50bf100
 
1
2
3
4
5
6
7
8
9
10
11
import streamlit as st
import funcs

def reporting():
  st.title("Reporting/Classification Exercise")
  text = funcs.get_text_block("reporting.txt")
  st.markdown(text)
  st.image("images//res_table.jpg", use_column_width=True)