Update app.py
Browse files
app.py
CHANGED
@@ -100,7 +100,7 @@ def upload_pdf(file):
|
|
100 |
|
101 |
with gr.Blocks() as demo:
|
102 |
radio = gr.Radio(value='gpt-3.5-turbo', choices=['gpt-3.5-turbo','gpt-4'], label='models')
|
103 |
-
chatbot = gr.Chatbot(value=[], elem_id="chatbot")
|
104 |
with gr.Row():
|
105 |
with gr.Column(scale=0.70):
|
106 |
txt = gr.Textbox(
|
|
|
100 |
|
101 |
with gr.Blocks() as demo:
|
102 |
radio = gr.Radio(value='gpt-3.5-turbo', choices=['gpt-3.5-turbo','gpt-4'], label='models')
|
103 |
+
chatbot = gr.Chatbot(value=[], elem_id="chatbot")
|
104 |
with gr.Row():
|
105 |
with gr.Column(scale=0.70):
|
106 |
txt = gr.Textbox(
|