mohamed20003 commited on
Commit
aa6f8b0
·
verified ·
1 Parent(s): 7697b42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ h1 {color: #004d66; text-align: center;}
105
 
106
  with gr.Blocks(css=css) as demo:
107
  gr.Markdown("<h1>🔬 Drug-like Molecule Generation from PDB using ChemGPT</h1>")
108
- gr.Markdown("🧪"Upload a PDB file containing mutations in the KRAS protein. The system will generate suitable SMILES drug candidates."
109
 
110
  .")
111
 
 
105
 
106
  with gr.Blocks(css=css) as demo:
107
  gr.Markdown("<h1>🔬 Drug-like Molecule Generation from PDB using ChemGPT</h1>")
108
+ gr.Markdown("🧪 Upload a PDB file containing mutations in the KRAS protein. The system will generate suitable SMILES drug candidates.")
109
 
110
  .")
111