alextododev commited on
Commit
016a038
·
verified ·
1 Parent(s): 328ddd9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def chat(message, history):
47
  return response.choices[0].message.content
48
 
49
 
50
- with gr.Blocks(scroll=True) as ui:
51
  # name and job title
52
  with gr.Row():
53
  with gr.Column(scale=1):
 
47
  return response.choices[0].message.content
48
 
49
 
50
+ with gr.Blocks() as ui:
51
  # name and job title
52
  with gr.Row():
53
  with gr.Column(scale=1):