sophcheng commited on
Commit
525629b
·
verified ·
1 Parent(s): b866c3d

Update app.py

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