Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -136,7 +136,7 @@ with gr.Blocks() as demo:
|
|
| 136 |
with gr.Row():
|
| 137 |
mySubtitle = gr.HTML("<p align='center' bgcolor='Khaki'>Lëtzebuergesch RTL News :</p>")
|
| 138 |
with gr.Row():
|
| 139 |
-
myOutput = gr.Markdown(
|
| 140 |
|
| 141 |
submit.click(fn = gradio_chat_interface, inputs=[mode, pw, question, examples], outputs = myOutput)
|
| 142 |
demo.launch()
|
|
|
|
| 136 |
with gr.Row():
|
| 137 |
mySubtitle = gr.HTML("<p align='center' bgcolor='Khaki'>Lëtzebuergesch RTL News :</p>")
|
| 138 |
with gr.Row():
|
| 139 |
+
myOutput = gr.Markdown(label="Äntwert vum OpenAI File-Search Assistent :")
|
| 140 |
|
| 141 |
submit.click(fn = gradio_chat_interface, inputs=[mode, pw, question, examples], outputs = myOutput)
|
| 142 |
demo.launch()
|