simonduerr commited on
Commit
b805158
1 Parent(s): 6a7f5af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -348,12 +348,12 @@ with proteindream:
348
  gr.Markdown("# GradioFold")
349
  gr.Markdown(
350
  """GradioFold is a web-based tool that combines a large language model trained on natural protein sequence (protGPT2) with structure prediction using AlphaFold.
351
- Type a start sequence or provide a sequence with blanks that protGPT2 can complete."""
352
  )
353
  gr.Markdown("## protGPT2")
354
  gr.Markdown(
355
  """
356
- Enter a start sequence and have the language model complete it.
357
  """
358
  )
359
  with gr.Box():
 
348
  gr.Markdown("# GradioFold")
349
  gr.Markdown(
350
  """GradioFold is a web-based tool that combines a large language model trained on natural protein sequence (protGPT2) with structure prediction using AlphaFold.
351
+ Type a start sequence that protGPT2 can complete or let protGPT2 generate a complete sequence."""
352
  )
353
  gr.Markdown("## protGPT2")
354
  gr.Markdown(
355
  """
356
+ Enter a start sequence and have the language model complete it OR leave empty.
357
  """
358
  )
359
  with gr.Box():