dogutcu commited on
Commit
3cb617c
·
verified ·
1 Parent(s): ea62e35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -124,7 +124,7 @@ iframe = '''
124
  src="https://open.spotify.com/embed/episode/1Emjgqf8PfwD42kvyKvtfW?utm_source=generator&theme=0"
125
  width="100%" height="152" frameBorder="0"
126
  allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
127
- <div style="height:25px;"></div>
128
  <iframe style="border-radius:12px"
129
  src="https://open.spotify.com/embed/episode/6m83iwiAwCOu5yaW8LOT1v?utm_source=generator&theme=0"
130
  width="100%" height="152" frameBorder="0" allowfullscreen=""
@@ -149,7 +149,7 @@ with gr.Blocks(theme='gradio/seafoam') as demo:
149
  with gr.Row():
150
  with gr.Column():
151
  question = gr.Textbox(label="Your question", placeholder="What would you like to know?")
152
- answer = gr.Textbox(label="CompBot Response", placeholder="CompBot will respond here...", interactive=False, lines=14)
153
  submit_button = gr.Button("Submit")
154
  submit_button.click(fn=query_model, inputs=question, outputs=answer)
155
 
 
124
  src="https://open.spotify.com/embed/episode/1Emjgqf8PfwD42kvyKvtfW?utm_source=generator&theme=0"
125
  width="100%" height="152" frameBorder="0"
126
  allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
127
+ <div style="height:20px;"></div>
128
  <iframe style="border-radius:12px"
129
  src="https://open.spotify.com/embed/episode/6m83iwiAwCOu5yaW8LOT1v?utm_source=generator&theme=0"
130
  width="100%" height="152" frameBorder="0" allowfullscreen=""
 
149
  with gr.Row():
150
  with gr.Column():
151
  question = gr.Textbox(label="Your question", placeholder="What would you like to know?")
152
+ answer = gr.Textbox(label="CompBot Response", placeholder="CompBot will respond here...", interactive=False, lines=16)
153
  submit_button = gr.Button("Submit")
154
  submit_button.click(fn=query_model, inputs=question, outputs=answer)
155