Khaled27 commited on
Commit
d61c4d5
·
1 Parent(s): 7e4b1ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -1
app.py CHANGED
@@ -42,7 +42,16 @@ def get_text():
42
  return disease
43
 
44
 
45
- print('upload_image()')
 
 
 
 
 
 
 
 
 
46
 
47
  # if __name__ == '__app__':
48
  # app.run(host='192.168.1.7', port=5000 )
 
42
  return disease
43
 
44
 
45
+ import streamlit as st
46
+
47
+ # Print a message
48
+ st.write("Hello, Streamlit!")
49
+
50
+ # Print a formatted message
51
+ name = "John"
52
+ age = 30
53
+ st.write(f"My name is {name} and I am {age} years old.")
54
+
55
 
56
  # if __name__ == '__app__':
57
  # app.run(host='192.168.1.7', port=5000 )