snjev310 commited on
Commit
72b17b9
·
verified ·
1 Parent(s): da9979a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -105,11 +105,11 @@ with gr.Blocks() as demo:
105
  with gr.Column():
106
  gr.Markdown("### ⚡ Support our computation")
107
  gr.Markdown("Your support helps us cover the hosting costs for this 13B model.")
108
- support_btn = gr.Button("Support Computation Costs ☕", variant="primary")
109
  # Replace the link below with your Razorpay/Ko-fi link
110
  support_btn.click(
111
  fn=None,
112
- js='() => { window.open("https://ko-fi.com/YOUR_USERNAME", "_blank"); }'
113
  )
114
 
115
  # Theme added to launch method for Gradio 6.0
 
105
  with gr.Column():
106
  gr.Markdown("### ⚡ Support our computation")
107
  gr.Markdown("Your support helps us cover the hosting costs for this 13B model.")
108
+ support_btn = gr.Button("Support Computation Costs ☕, UPI Id: AngikaAi@ybl ", variant="primary")
109
  # Replace the link below with your Razorpay/Ko-fi link
110
  support_btn.click(
111
  fn=None,
112
+ js='() => { window.open("https://drive.google.com/file/d/1XIpXI25WzNingr4iDoNnt595kxK-YtCq/view?usp=sharing", "_blank"); }'
113
  )
114
 
115
  # Theme added to launch method for Gradio 6.0