Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ def main(conf):
|
|
72 |
|
73 |
# User config page
|
74 |
with gr.TabItem(conf["layout"]["page_names"][1]):
|
75 |
-
gr.Markdown("# Your
|
76 |
gr.Markdown("**2 Options:**")
|
77 |
gr.Markdown("""1. Generate a unique key to upload your personal transcripts.
|
78 |
Copy this key to use in the next page.
|
@@ -94,7 +94,7 @@ def main(conf):
|
|
94 |
file_types=[".vtt"],
|
95 |
file_count='multiple', interactive=False)
|
96 |
repository = gr.Textbox(label="Progress", value="Waiting for load...", visible=True)
|
97 |
-
gr.Markdown("
|
98 |
gr.Markdown("Try to keep this portion as concise as possible.")
|
99 |
goals = gr.Textbox(label="Analysis Goals",
|
100 |
value=conf["defaults"]["goals"]) # not incorporated yet. Will be with Q&A.
|
|
|
72 |
|
73 |
# User config page
|
74 |
with gr.TabItem(conf["layout"]["page_names"][1]):
|
75 |
+
gr.Markdown("# Your User Configurations")
|
76 |
gr.Markdown("**2 Options:**")
|
77 |
gr.Markdown("""1. Generate a unique key to upload your personal transcripts.
|
78 |
Copy this key to use in the next page.
|
|
|
94 |
file_types=[".vtt"],
|
95 |
file_count='multiple', interactive=False)
|
96 |
repository = gr.Textbox(label="Progress", value="Waiting for load...", visible=True)
|
97 |
+
gr.Markdown("## Additional context you want to provide?")
|
98 |
gr.Markdown("Try to keep this portion as concise as possible.")
|
99 |
goals = gr.Textbox(label="Analysis Goals",
|
100 |
value=conf["defaults"]["goals"]) # not incorporated yet. Will be with Q&A.
|