Update app.py
Browse files
app.py
CHANGED
@@ -151,7 +151,7 @@ def clear_output():
|
|
151 |
|
152 |
# Create Gradio interface
|
153 |
with gr.Blocks() as iface:
|
154 |
-
gr.Markdown("# GEOSCIENCE
|
155 |
|
156 |
with gr.Row():
|
157 |
file_input = gr.File(
|
|
|
151 |
|
152 |
# Create Gradio interface
|
153 |
with gr.Blocks() as iface:
|
154 |
+
gr.Markdown("# GEOSCIENCE EXAM MARKER")
|
155 |
|
156 |
with gr.Row():
|
157 |
file_input = gr.File(
|