mbarnig commited on
Commit
7b40aa1
·
verified ·
1 Parent(s): 394fdaa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("<h3>Please request your RTL password per mail from <b>[email protected]<b></h3>")
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()