Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("🧪
|
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 |
|