ariel79 commited on
Commit
748c1ef
·
verified ·
1 Parent(s): 2c88c25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -183,7 +183,7 @@ with gr.Blocks(theme=theme) as demo:
183
 
184
  with gr.Row():
185
  with gr.Column():
186
- gr.Markdown(" ")
187
  question = gr.Textbox(label="Your question:", placeholder="What do you want to ask about?")
188
  submit_button = gr.Button("Submit!")
189
  answer = gr.Textbox(label="AI-nswer:", placeholder="AI-nstein will respond here...", interactive=False, lines=10)
 
183
 
184
  with gr.Row():
185
  with gr.Column():
186
+ gr.Markdown("\n\n\n\n")
187
  question = gr.Textbox(label="Your question:", placeholder="What do you want to ask about?")
188
  submit_button = gr.Button("Submit!")
189
  answer = gr.Textbox(label="AI-nswer:", placeholder="AI-nstein will respond here...", interactive=False, lines=10)