Spaces:
Sleeping
Sleeping
eaglelandsonce
commited on
Commit
•
309e7d4
1
Parent(s):
a548f8a
Update app.py
Browse files
app.py
CHANGED
@@ -304,11 +304,10 @@ with gr.Blocks() as demo:
|
|
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 |
-
|
311 |
-
text1 = gr.Textbox()
|
312 |
|
313 |
with gr.Tab("Step 6: TruEra RAG Tutor"):
|
314 |
gr.HTML(TITLE)
|
|
|
304 |
gr.HTML(TITLE)
|
305 |
with gr.Row():
|
306 |
with gr.Column(scale=1):
|
307 |
+
text1 = gr.Textbox(value = movie_script)
|
308 |
with gr.Column(scale=4):
|
309 |
gr.Video(value="resources/GPTMovie2.mp4")
|
310 |
+
|
|
|
311 |
|
312 |
with gr.Tab("Step 6: TruEra RAG Tutor"):
|
313 |
gr.HTML(TITLE)
|