Update app.py
Browse files
app.py
CHANGED
|
@@ -171,7 +171,6 @@ with gr.Blocks() as demo:
|
|
| 171 |
file = 'GANPaper.pdf'
|
| 172 |
question = gr.Textbox(label='question')
|
| 173 |
btn = gr.Button(value='Submit')
|
| 174 |
-
btn.scale(full_width=True)
|
| 175 |
|
| 176 |
with gr.Group():
|
| 177 |
answer = gr.Textbox(label='answer')
|
|
|
|
| 171 |
file = 'GANPaper.pdf'
|
| 172 |
question = gr.Textbox(label='question')
|
| 173 |
btn = gr.Button(value='Submit')
|
|
|
|
| 174 |
|
| 175 |
with gr.Group():
|
| 176 |
answer = gr.Textbox(label='answer')
|