kimou605 commited on
Commit
7b8118c
1 Parent(s): 63b5373

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -105,7 +105,7 @@ def molecule(input_pdb):
105
  </body></html>"""
106
  )
107
 
108
- return f"""<h3 style="text-align: center;">Molecule Visualization</h3> <iframe style="width: 100%; height: 250px" name="result" allow="midi; geolocation; microphone; camera;
109
  display-capture; encrypted-media;" sandbox="allow-modals allow-forms
110
  allow-scripts allow-same-origin allow-popups
111
  allow-top-navigation-by-user-activation allow-downloads" allowfullscreen=""
@@ -308,9 +308,6 @@ This sequence represents the coding region of the insulin gene, which translates
308
  examples = gr.Examples(
309
  examples = [
310
  ["Tell me about insulin"],
311
- ["What is the structure of hemoglobin?"],
312
- ["Describe the function of DNA polymerase."],
313
- ["Give me informations about Cortisol."],
314
  ],
315
  inputs=[msg],
316
  )
 
105
  </body></html>"""
106
  )
107
 
108
+ return f"""<h3 style="text-align: center;">Protein Visualization</h3> <iframe style="width: 100%; height: 250px" name="result" allow="midi; geolocation; microphone; camera;
109
  display-capture; encrypted-media;" sandbox="allow-modals allow-forms
110
  allow-scripts allow-same-origin allow-popups
111
  allow-top-navigation-by-user-activation allow-downloads" allowfullscreen=""
 
308
  examples = gr.Examples(
309
  examples = [
310
  ["Tell me about insulin"],
 
 
 
311
  ],
312
  inputs=[msg],
313
  )