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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
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>🔬 توليد مركبات دوائية باستخدام ChemGPT من ملف PDB</h1>")
108
- gr.Markdown("🧪 ارفع ملف PDB يحتوي على طفرات في بروتين KRAS وسيتم توليد مركبات SMILES مناسبة.")
 
 
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")