harshSethi commited on
Commit
83cb46c
·
verified ·
1 Parent(s): 2355991

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ with gr.interface(
66
  chatbot = gr.Chatbot(label ="learn about blochchain technology"),
67
  textbox = gr.Textbox(
68
  placeholder = "ask me anything about blochchain",
69
- scale = 7
70
  max_lines = 2,
71
  ),
72
  ) as demo:
 
66
  chatbot = gr.Chatbot(label ="learn about blochchain technology"),
67
  textbox = gr.Textbox(
68
  placeholder = "ask me anything about blochchain",
69
+ scale = 7,
70
  max_lines = 2,
71
  ),
72
  ) as demo: