Update app.py
Browse files
app.py
CHANGED
@@ -1099,15 +1099,14 @@ def create_interface():
|
|
1099 |
|
1100 |
with gr.Column(scale=2):
|
1101 |
gr.HTML("<div class='section'><h2>📊 Prediction Results</h2></div>")
|
1102 |
-
|
1103 |
-
results_text = gr.Markdown(label="Prediction Summary", visible=True)
|
1104 |
-
|
1105 |
# 3D Visualization download (moved to top)
|
1106 |
gr.HTML("<div style='margin: 15px 0; padding: 10px; background: #f0f8ff; border-left: 4px solid #4a90e2; border-radius: 5px;'><h3 style='margin: 0 0 8px 0; color: #333;'>🧬 3D Visualization</h3><p style='margin: 0; color: #666;'>You can download the HTML to visualize the prediction results and the spheres used.</p></div>")
|
1107 |
html_download = gr.File(
|
1108 |
label="Download Interactive 3D Visualization HTML",
|
1109 |
visible=True
|
1110 |
)
|
|
|
1111 |
|
1112 |
with gr.Row():
|
1113 |
epitope_list = gr.Textbox(
|
|
|
1099 |
|
1100 |
with gr.Column(scale=2):
|
1101 |
gr.HTML("<div class='section'><h2>📊 Prediction Results</h2></div>")
|
1102 |
+
|
|
|
|
|
1103 |
# 3D Visualization download (moved to top)
|
1104 |
gr.HTML("<div style='margin: 15px 0; padding: 10px; background: #f0f8ff; border-left: 4px solid #4a90e2; border-radius: 5px;'><h3 style='margin: 0 0 8px 0; color: #333;'>🧬 3D Visualization</h3><p style='margin: 0; color: #666;'>You can download the HTML to visualize the prediction results and the spheres used.</p></div>")
|
1105 |
html_download = gr.File(
|
1106 |
label="Download Interactive 3D Visualization HTML",
|
1107 |
visible=True
|
1108 |
)
|
1109 |
+
results_text = gr.Markdown(label="Prediction Summary", visible=True)
|
1110 |
|
1111 |
with gr.Row():
|
1112 |
epitope_list = gr.Textbox(
|