GunaKoppula commited on
Commit
681d972
Β·
verified Β·
1 Parent(s): fd3fa6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -7
app.py CHANGED
@@ -77,6 +77,15 @@ with gr.Blocks() as demo:
77
  6. Finetuned Model: [GunaKoppula/Llava-Phi2](https://huggingface.co/GunaKoppula/Llava-Phi2)
78
  """
79
  )
 
 
 
 
 
 
 
 
 
80
  with gr.Row():
81
  with gr.Column(scale=4):
82
  # Creating a column with a scale of 6
@@ -103,13 +112,7 @@ with gr.Blocks() as demo:
103
  submit = gr.Button()
104
  clear = gr.Button(value="Clear")
105
 
106
- with gr.Row(scale=8):
107
- with gr.Box():
108
- with gr.Row():
109
- chatbot = gr.Chatbot(
110
- avatar_images=("πŸ§‘", "πŸ€–"),
111
- height=550,
112
- )
113
 
114
 
115
  # with gr.Column(scale=8):
 
77
  6. Finetuned Model: [GunaKoppula/Llava-Phi2](https://huggingface.co/GunaKoppula/Llava-Phi2)
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
 
112
  submit = gr.Button()
113
  clear = gr.Button(value="Clear")
114
 
115
+
 
 
 
 
 
 
116
 
117
 
118
  # with gr.Column(scale=8):