peterkchung commited on
Commit
40103e2
·
verified ·
1 Parent(s): d8606df

Update app.py layout

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -88,14 +88,6 @@ with gr.Blocks() as chatUI:
88
  scale = 2
89
  )
90
  agentWhiteBoard = gr.Markdown(scale = 1)
91
-
92
- with gr.Row():
93
- modelSelect = gr.Dropdown(
94
- label = "Model selection:",
95
- )
96
- fileUpload = gr.File(
97
- height = 100,
98
- )
99
 
100
  with gr.Row():
101
  queryInput = gr.Textbox(
@@ -109,6 +101,14 @@ with gr.Blocks() as chatUI:
109
  retry = gr.Button("Retry (null)")
110
  clear = gr.ClearButton([queryInput, chatOutput])
111
 
 
 
 
 
 
 
 
 
112
  with gr.Row():
113
  with gr.Accordion(label = "Expand for edit system prompt:"):
114
  systemPrompt = gr.Textbox(
 
88
  scale = 2
89
  )
90
  agentWhiteBoard = gr.Markdown(scale = 1)
 
 
 
 
 
 
 
 
91
 
92
  with gr.Row():
93
  queryInput = gr.Textbox(
 
101
  retry = gr.Button("Retry (null)")
102
  clear = gr.ClearButton([queryInput, chatOutput])
103
 
104
+ with gr.Row():
105
+ modelSelect = gr.Dropdown(
106
+ label = "Model selection:",
107
+ )
108
+ fileUpload = gr.File(
109
+ height = 100,
110
+ )
111
+
112
  with gr.Row():
113
  with gr.Accordion(label = "Expand for edit system prompt:"):
114
  systemPrompt = gr.Textbox(