Kanekonkon commited on
Commit
d0e60b0
·
verified ·
1 Parent(s): 5baa31c

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -394,7 +394,7 @@ with gr.Blocks() as gradioUI:
394
  review_button.click(
395
  answer_question,
396
  inputs=[question_input, source_code_input, llm_choice],
397
- outputs=[answer_output, retrieved_context_output]uv
398
  )
399
 
400
  # gradioUI.launch(server_name="localhost", server_port=7860)
 
394
  review_button.click(
395
  answer_question,
396
  inputs=[question_input, source_code_input, llm_choice],
397
+ outputs=[answer_output, retrieved_context_output]
398
  )
399
 
400
  # gradioUI.launch(server_name="localhost", server_port=7860)