dammy commited on
Commit
24464a6
·
1 Parent(s): 2024184

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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").style(height=650)
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(