Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -104,8 +104,10 @@ h1 {color: #004d66; text-align: center;}
|
|
104 |
"""
|
105 |
|
106 |
with gr.Blocks(css=css) as demo:
|
107 |
-
gr.Markdown("<h1>🔬
|
108 |
-
gr.Markdown("🧪
|
|
|
|
|
109 |
|
110 |
with gr.Row():
|
111 |
pdb_input = gr.File(label="📁 ارفع ملف PDB")
|
|
|
104 |
"""
|
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 |
|
112 |
with gr.Row():
|
113 |
pdb_input = gr.File(label="📁 ارفع ملف PDB")
|