Shiro26 commited on
Commit
5e23950
·
1 Parent(s): 3c7187a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def button2_callback():
17
 
18
  placeholder = st.empty()
19
 
20
- st.info("Please encode the gene and disease that you want to get their relation predicted with @GENE\$ and \@DISEASE\$", icon="ℹ️")
21
 
22
  st.caption('_Examples_')
23
  st.button('Kami menyimpulkan bahwa polimorfisme \@GENE\$ dan AGT tidak berkontribusi pada kerentanan genetik terhadap \@DISEASE\$ dan retinopati pada populasi Kaukasia Mediterania.', use_container_width=True, on_click = button1_callback)
 
17
 
18
  placeholder = st.empty()
19
 
20
+ st.info("Please replace the gene and disease that you want to get their relation predicted with @GENE\$ and \@DISEASE\$", icon="ℹ️")
21
 
22
  st.caption('_Examples_')
23
  st.button('Kami menyimpulkan bahwa polimorfisme \@GENE\$ dan AGT tidak berkontribusi pada kerentanan genetik terhadap \@DISEASE\$ dan retinopati pada populasi Kaukasia Mediterania.', use_container_width=True, on_click = button1_callback)