Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ with gr.Blocks() as demo:
|
|
36 |
clear = gr.Button("Clear")
|
37 |
submit = gr.Button("Submit")
|
38 |
with gr.Row():
|
39 |
-
mySubtitle = gr.HTML("<p bgcolor=
|
40 |
with gr.Row():
|
41 |
myOutput = gr.Textbox(lines=12)
|
42 |
|
|
|
36 |
clear = gr.Button("Clear")
|
37 |
submit = gr.Button("Submit")
|
38 |
with gr.Row():
|
39 |
+
mySubtitle = gr.HTML("<p bgcolor='Khaki'>Äntwert vum OpenAI File-Search Assistent : </p>")
|
40 |
with gr.Row():
|
41 |
myOutput = gr.Textbox(lines=12)
|
42 |
|