TheBlueberry-AI commited on
Commit
3208f7a
·
1 Parent(s): 230b211

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -95,13 +95,13 @@ chatbot_component = gr.Chatbot(
95
  avatar_images=("./usr.png", "./bot.png"),
96
  likeable=True,
97
  show_copy_button=True,
98
- scale=5,
99
  height=350
100
  )
101
  text_prompt_component = gr.Textbox(
102
  placeholder="Ask me anything and press Enter",
103
  show_label=False,
104
- scale=5
105
  )
106
  run_button_component = gr.Button( scale=1)
107
  temperature_component = gr.Slider(
 
95
  avatar_images=("./usr.png", "./bot.png"),
96
  likeable=True,
97
  show_copy_button=True,
98
+ scale=8,
99
  height=350
100
  )
101
  text_prompt_component = gr.Textbox(
102
  placeholder="Ask me anything and press Enter",
103
  show_label=False,
104
+ scale=8
105
  )
106
  run_button_component = gr.Button( scale=1)
107
  temperature_component = gr.Slider(