Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -32,5 +32,5 @@ iface = gr.Interface(
|
|
32 |
gr.Textbox("Context"),
|
33 |
gr.Button("get_context", get_context_func),
|
34 |
gr.Button("ask_ai", live=False) # Setting live to False for manual control of updates
|
35 |
-
|
36 |
iface.launch()
|
|
|
32 |
gr.Textbox("Context"),
|
33 |
gr.Button("get_context", get_context_func),
|
34 |
gr.Button("ask_ai", live=False) # Setting live to False for manual control of updates
|
35 |
+
]
|
36 |
iface.launch()
|