fastx commited on
Commit
5307d1c
·
1 Parent(s): 42c37e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def ask_ai(question,api):
49
  return response.response
50
 
51
 
52
- construct_index("context_data")
53
 
54
  # Create Gradio interface to prompt for API key
55
  api_key = gr.inputs.Textbox(label="Enter your OpenAI API key:")
 
49
  return response.response
50
 
51
 
52
+ construct_index("data")
53
 
54
  # Create Gradio interface to prompt for API key
55
  api_key = gr.inputs.Textbox(label="Enter your OpenAI API key:")