Update app.py
Browse files
app.py
CHANGED
@@ -188,7 +188,7 @@ def gradio_interface():
|
|
188 |
""")
|
189 |
|
190 |
# Main Interface
|
191 |
-
|
192 |
with gr.TabItem("🎯 Experiment", id=0):
|
193 |
with gr.Row():
|
194 |
with gr.Column(scale=1):
|
|
|
188 |
""")
|
189 |
|
190 |
# Main Interface
|
191 |
+
with gr.Tabs() as tabs:
|
192 |
with gr.TabItem("🎯 Experiment", id=0):
|
193 |
with gr.Row():
|
194 |
with gr.Column(scale=1):
|