Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -138,7 +138,7 @@ with gr.Blocks() as demo:
|
|
138 |
with gr.Row():
|
139 |
myOutput = gr.Markdown(label="Answer from the OpenAI File-Search Assistent :")
|
140 |
with gr.Row():
|
141 |
-
myInfo = gr.HTML("<
|
142 |
|
143 |
submit.click(fn = gradio_chat_interface, inputs=[mode, pw, question, examples], outputs = myOutput)
|
144 |
demo.launch()
|
|
|
138 |
with gr.Row():
|
139 |
myOutput = gr.Markdown(label="Answer from the OpenAI File-Search Assistent :")
|
140 |
with gr.Row():
|
141 |
+
myInfo = gr.HTML("<p>Please request your RTL password per mail from <b>[email protected]<b></p>")
|
142 |
|
143 |
submit.click(fn = gradio_chat_interface, inputs=[mode, pw, question, examples], outputs = myOutput)
|
144 |
demo.launch()
|