bobpeulen commited on
Commit
c9b35f3
·
1 Parent(s): f57bf28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ with gr.Blocks() as demo:
22
  output_text = gr.Text(label="R")
23
 
24
 
25
- submit_btn = gr.Button("Run GenAI - Cohere in Oracle Cloud")
26
 
27
 
28
  gr.Interface(fn=full_function, inputs=xml_file, outputs=output_text, title=desc).launch(share=True)
 
22
  output_text = gr.Text(label="R")
23
 
24
 
25
+ submit_btn = gr.Button("Run analysis on XML file")
26
 
27
 
28
  gr.Interface(fn=full_function, inputs=xml_file, outputs=output_text, title=desc).launch(share=True)