SonyaHas commited on
Commit
1ba0433
·
verified ·
1 Parent(s): 0ff01a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ def respond(message,history):
137
  return response['choices'][0]['message']['content'].strip()
138
 
139
  with gr.Blocks(theme= theme) as chatbot:
140
- with gr.Row(scale = .75):
141
  gr.Image("Capstone_Banner.png")
142
  with gr.Row():
143
  with gr.Column(scale= 1):
 
137
  return response['choices'][0]['message']['content'].strip()
138
 
139
  with gr.Blocks(theme= theme) as chatbot:
140
+ with gr.Row(scale = .5):
141
  gr.Image("Capstone_Banner.png")
142
  with gr.Row():
143
  with gr.Column(scale= 1):