Spaces:
Runtime error
Runtime error
Commit ·
b8907c8
1
Parent(s): 1a6ec3a
Update app.py
Browse files
app.py
CHANGED
|
@@ -157,8 +157,7 @@ with gr.Blocks(css=css_style) as demo:
|
|
| 157 |
dataset, openai_api_key], outputs=[buildb])
|
| 158 |
uploaded_files.change(request_pathname, inputs=[
|
| 159 |
uploaded_files, data, openai_api_key], outputs=[stats, data, dataset, buildb])
|
| 160 |
-
|
| 161 |
-
gh_repo, data, openai_api_key], outputs=[stats, data, dataset, buildb])
|
| 162 |
query = gr.Textbox(
|
| 163 |
placeholder="Enter your question here...", label="Question")
|
| 164 |
with gr.Row():
|
|
|
|
| 157 |
dataset, openai_api_key], outputs=[buildb])
|
| 158 |
uploaded_files.change(request_pathname, inputs=[
|
| 159 |
uploaded_files, data, openai_api_key], outputs=[stats, data, dataset, buildb])
|
| 160 |
+
|
|
|
|
| 161 |
query = gr.Textbox(
|
| 162 |
placeholder="Enter your question here...", label="Question")
|
| 163 |
with gr.Row():
|