Spaces:
Running
Running
Abaryan
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -87,8 +87,8 @@ def predict(question: str, option_a: str, option_b: str, option_c: str, option_d
|
|
87 |
return output
|
88 |
|
89 |
# Create Gradio interface with Blocks for more control
|
90 |
-
with gr.Blocks(title="Medical
|
91 |
-
gr.Markdown("# Medical
|
92 |
gr.Markdown("Get a random medical question or enter your own question and options.")
|
93 |
|
94 |
with gr.Row():
|
|
|
87 |
return output
|
88 |
|
89 |
# Create Gradio interface with Blocks for more control
|
90 |
+
with gr.Blocks(title="Medical-QA (MedMCQA) Predictor") as demo:
|
91 |
+
gr.Markdown("# Medical-QA (MedMCQA) Predictor")
|
92 |
gr.Markdown("Get a random medical question or enter your own question and options.")
|
93 |
|
94 |
with gr.Row():
|