SusiePHaltmann commited on
Commit
98daf37
1 Parent(s): d75a7c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -9
app.py CHANGED
@@ -1,11 +1,4 @@
1
- import streamlit as st
2
-
3
- from text2img import text2img
4
-
5
- st.text("Hello, world!")
6
 
7
- st.text("This is a test GUI for streamlit that uses text2img to make a png file.")
8
-
9
- png = text2img("Hello, world!")
10
 
11
- st.image(png, caption="Hello, world!", use_column_width=True)
 
 
 
 
 
 
1
 
2
+ import streamlit as st
 
 
3
 
4
+ st.text("Hello, World!")