add title
Browse files
app.py
CHANGED
@@ -778,6 +778,8 @@ def get_data_default(time_scale, exp):
|
|
778 |
|
779 |
# Define the interface components
|
780 |
with gr.Blocks() as demo:
|
|
|
|
|
781 |
with gr.Tab("Default"):
|
782 |
|
783 |
with gr.Blocks():
|
|
|
778 |
|
779 |
# Define the interface components
|
780 |
with gr.Blocks() as demo:
|
781 |
+
gr.Markdown("# Pioreactor Control Panel")
|
782 |
+
|
783 |
with gr.Tab("Default"):
|
784 |
|
785 |
with gr.Blocks():
|