armheb commited on
Commit
a7723b1
1 Parent(s): 353b008
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -93,6 +93,7 @@ def Predict_profile(sequence, header = header,rem=rem,Hash1 = Hash1):
93
  return(pred_Profile)
94
 
95
 
 
96
 
97
 
98
 
@@ -100,5 +101,5 @@ iface = gr.Interface(fn=Predict_profile,
100
  inputs=["text"],
101
  outputs="text",
102
  description="Please enter the sequence",
103
- title="Protein profile prediction using ProtAbert")
104
  iface.launch()
 
93
  return(pred_Profile)
94
 
95
 
96
+ title="Protein sequence profile prediction using ProtAlbert transformer"
97
 
98
 
99
 
 
101
  inputs=["text"],
102
  outputs="text",
103
  description="Please enter the sequence",
104
+ title=title)
105
  iface.launch()