eaglelandsonce commited on
Commit
a548f8a
1 Parent(s): 51fdc61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -6
app.py CHANGED
@@ -302,12 +302,13 @@ with gr.Blocks() as demo:
302
 
303
  with gr.Tab("Step 5: Final Product"):
304
  gr.HTML(TITLE)
305
- with gr.Column(scale=1):
306
- text1 = gr.Textbox()
307
- with gr.Column(scale=4):
308
- gr.Video(value="resources/GPTMovie2.mp4")
309
- with gr.Column(scale=1):
310
- text1 = gr.Textbox()
 
311
 
312
  with gr.Tab("Step 6: TruEra RAG Tutor"):
313
  gr.HTML(TITLE)
 
302
 
303
  with gr.Tab("Step 5: Final Product"):
304
  gr.HTML(TITLE)
305
+ with gr.Row():
306
+ with gr.Column(scale=1):
307
+ text1 = gr.Textbox()
308
+ with gr.Column(scale=4):
309
+ gr.Video(value="resources/GPTMovie2.mp4")
310
+ with gr.Column(scale=1):
311
+ text1 = gr.Textbox()
312
 
313
  with gr.Tab("Step 6: TruEra RAG Tutor"):
314
  gr.HTML(TITLE)