Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -31,6 +31,6 @@ iface = gr.Interface(
|
|
31 |
gr.Textbox("Question"),
|
32 |
gr.Textbox("Context"),
|
33 |
gr.Button("get_context", get_context_func),
|
34 |
-
gr.Button("ask_ai"
|
35 |
])
|
36 |
iface.launch()
|
|
|
31 |
gr.Textbox("Question"),
|
32 |
gr.Textbox("Context"),
|
33 |
gr.Button("get_context", get_context_func),
|
34 |
+
gr.Button("ask_ai")
|
35 |
])
|
36 |
iface.launch()
|