pgurazada1 commited on
Commit
7232662
·
verified ·
1 Parent(s): f2a57bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def predict(user_input):
37
 
38
 
39
  textbox = gr.Textbox(placeholder="Enter your query here", lines=6)
40
- schema = 'The schema for the database is presented below: \n <img src="https://cdn-uploads.huggingface.co/production/uploads/64118e60756b9e455c7eddd6/S1alVt_D88qatd-N4Dkjd.png" > \n<img src="https://cdn-uploads.huggingface.co/production/uploads/64118e60756b9e455c7eddd6/81ggHEjrt6wFrMyXJtHVS.png" >'
41
 
42
  demo = gr.Interface(
43
  inputs=textbox, fn=predict, outputs="text",
 
37
 
38
 
39
  textbox = gr.Textbox(placeholder="Enter your query here", lines=6)
40
+ schema = 'The schema for the database is presented below: \n <img src="https://cdn-uploads.huggingface.co/production/uploads/64118e60756b9e455c7eddd6/S1alVt_D88qatd-N4Dkjd.png" > \n<img src="https://cdn-uploads.huggingface.co/production/uploads/64118e60756b9e455c7eddd6/81ggHEjrt6wFrMyXJtHVS.png" > (Source: https://github.com/shrivastavasatyam/Credit-Card-Management-System)'
41
 
42
  demo = gr.Interface(
43
  inputs=textbox, fn=predict, outputs="text",