Spaces:
Sleeping
Sleeping
Hamza Salhi commited on
Update exercises/reporting.py
Browse files- exercises/reporting.py +1 -1
exercises/reporting.py
CHANGED
|
@@ -5,6 +5,6 @@ def reporting():
|
|
| 5 |
st.title("Reporting/Classification Exercise")
|
| 6 |
text = funcs.get_text_block("reporting.txt")
|
| 7 |
st.markdown(text)
|
| 8 |
-
st.image("
|
| 9 |
|
| 10 |
|
|
|
|
| 5 |
st.title("Reporting/Classification Exercise")
|
| 6 |
text = funcs.get_text_block("reporting.txt")
|
| 7 |
st.markdown(text)
|
| 8 |
+
st.image("images//res_table.jpg", use_column_width=True)
|
| 9 |
|
| 10 |
|