Navyabhat commited on
Commit
9fbecf2
·
verified ·
1 Parent(s): 36412e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -92,11 +92,11 @@ with gr.Blocks() as demo:
92
  height=560,
93
  )
94
 
95
- with gr.Row():
96
- # Adding a Textbox with a placeholder "write prompt"
97
- prompt = gr.Textbox(
98
- placeholder="Ask anything", lines=2, label="Query", value=None, scale = 4
99
- )
100
 
101
  with gr.Row():
102
  # Adding a Button
 
92
  height=560,
93
  )
94
 
95
+ with gr.Row():
96
+ # Adding a Textbox with a placeholder "write prompt"
97
+ prompt = gr.Textbox(
98
+ placeholder="Ask anything", lines=2, label="Query", value=None, scale = 4
99
+ )
100
 
101
  with gr.Row():
102
  # Adding a Button