Spaces:
Runtime error
Runtime error
Test
Browse files
app.py
CHANGED
@@ -314,6 +314,7 @@ with gr.Blocks(theme=gr.themes.Default()) as app:
|
|
314 |
outputs=[log, response, code_display, feedback]
|
315 |
)
|
316 |
|
|
|
317 |
if __name__ == "__main__":
|
318 |
step_index = 0
|
319 |
app.launch(share=True)
|
|
|
314 |
outputs=[log, response, code_display, feedback]
|
315 |
)
|
316 |
|
317 |
+
# Test
|
318 |
if __name__ == "__main__":
|
319 |
step_index = 0
|
320 |
app.launch(share=True)
|