Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -874,7 +874,7 @@ with gr.Blocks(css=custom_css(), theme=themeAlex) as demo:
|
|
874 |
inputs=[
|
875 |
user_question3,
|
876 |
attached_file3,
|
877 |
-
|
878 |
history3,
|
879 |
model_option,
|
880 |
openai_key,
|
|
|
874 |
inputs=[
|
875 |
user_question3,
|
876 |
attached_file3,
|
877 |
+
chatbot_code,
|
878 |
history3,
|
879 |
model_option,
|
880 |
openai_key,
|