Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -89,4 +89,4 @@ with gr.Blocks(title="Autonomous AI vX") as demo:
|
|
89 |
suggest_btn.click(fn=feedback_suggestions, inputs=feedback_input, outputs=suggestions)
|
90 |
|
91 |
if __name__ == "__main__":
|
92 |
-
demo.launch(share=True
|
|
|
89 |
suggest_btn.click(fn=feedback_suggestions, inputs=feedback_input, outputs=suggestions)
|
90 |
|
91 |
if __name__ == "__main__":
|
92 |
+
demo.launch(share=True)
|