mbarnig commited on
Commit
394fdaa
·
verified ·
1 Parent(s): 1161b66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -137,6 +137,8 @@ with gr.Blocks() as demo:
137
  mySubtitle = gr.HTML("<p align='center' bgcolor='Khaki'>English RTL News :</p>")
138
  with gr.Row():
139
  myOutput = gr.Markdown(label="Answer from the OpenAI File-Search Assistent :")
 
 
140
 
141
  submit.click(fn = gradio_chat_interface, inputs=[mode, pw, question, examples], outputs = myOutput)
142
  demo.launch()
 
137
  mySubtitle = gr.HTML("<p align='center' bgcolor='Khaki'>English RTL News :</p>")
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()