Spaces:
Sleeping
Sleeping
Update app title
Browse files
app.py
CHANGED
|
@@ -156,7 +156,7 @@ def gr_generate_map(
|
|
| 156 |
|
| 157 |
|
| 158 |
with gr.Blocks() as demo:
|
| 159 |
-
gr.Markdown("""#
|
| 160 |
|
| 161 |
with gr.Tab("Sampling"):
|
| 162 |
grid_token = gr.Textbox(
|
|
|
|
| 156 |
|
| 157 |
|
| 158 |
with gr.Blocks() as demo:
|
| 159 |
+
gr.Markdown("""# Serpentinite Sampling Grid Generator""")
|
| 160 |
|
| 161 |
with gr.Tab("Sampling"):
|
| 162 |
grid_token = gr.Textbox(
|