GunaKoppula commited on
Commit
0d6943c
Β·
verified Β·
1 Parent(s): cbe6641

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -3
app.py CHANGED
@@ -78,15 +78,23 @@ with gr.Blocks() as demo:
78
  """
79
  )
80
 
81
- with gr.Row(scale=8):
 
 
 
 
 
 
 
 
 
82
  with gr.Box():
83
  with gr.Row():
84
  chatbot = gr.Chatbot(
85
  avatar_images=("πŸ§‘", "πŸ€–"),
86
  height=550,
87
  )
88
-
89
- with gr.Row():
90
  with gr.Column(scale=4):
91
  # Creating a column with a scale of 6
92
  with gr.Box():
 
78
  """
79
  )
80
 
81
+ # with gr.Row(scale=8):
82
+ # with gr.Box():
83
+ # with gr.Row():
84
+ # chatbot = gr.Chatbot(
85
+ # avatar_images=("πŸ§‘", "πŸ€–"),
86
+ # height=550,
87
+ # )
88
+
89
+ with gr.Row():
90
+
91
  with gr.Box():
92
  with gr.Row():
93
  chatbot = gr.Chatbot(
94
  avatar_images=("πŸ§‘", "πŸ€–"),
95
  height=550,
96
  )
97
+
 
98
  with gr.Column(scale=4):
99
  # Creating a column with a scale of 6
100
  with gr.Box():