wop commited on
Commit
f03f79e
·
1 Parent(s): 203af46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()