Tonic commited on
Commit
2f228d6
·
verified ·
1 Parent(s): f10ca76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -40,9 +40,9 @@ def main():
40
  with gr.Blocks() as demo:
41
  gr.Markdown(title)
42
  gr.Markdown(description)
43
- input_text = gr.Code( language='json', label="Input Text", placeholder="Enter your text here...")
44
  submit_button = gr.Button("Submit")
45
- output_text = gr.Code( language='json' , label="Nexus🐦‍⬛Raven", placeholder="Generated text will appear here...")
46
  submit_button.click(process_text, inputs=input_text, outputs=output_text)
47
 
48
  demo.launch()
 
40
  with gr.Blocks() as demo:
41
  gr.Markdown(title)
42
  gr.Markdown(description)
43
+ input_text = gr.Code( language='json', label="Input your functions then your task :")
44
  submit_button = gr.Button("Submit")
45
+ output_text = gr.Code( language='json' , label="Nexus🐦‍⬛Raven")
46
  submit_button.click(process_text, inputs=input_text, outputs=output_text)
47
 
48
  demo.launch()