Skip to content

Commit

Permalink
URL_T
Browse files Browse the repository at this point in the history
  • Loading branch information
k-arthik-r committed Feb 19, 2024
1 parent 6a56783 commit b01cd3b
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ SENDER_PASSWORD = ucpconxgfbqahdtp
RECEIVER_EMAIL = betawebsoft@gmail.com

[URL]
TRANSLATE_URL = https://affiliates-marvel-border-fundamentals.trycloudflare.com/
TRANSLATE_URL = https://indeed-counsel-paraguay-furnished.trycloudflare.com/
CHATBOT_URL = https://copy-shadows-domestic-sussex.trycloudflare.com/
CHATBOT_URL_DEMO = http://d3b4-34-87-65-34.ngrok-free.app/
27 changes: 27 additions & 0 deletions n.txtx
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
// var name = name;
// var pid = pid;
// var age = age;
// var sfeel = sfeel;
// var stest = stest;
// var docid = docid;
// var docname = docname;

// // Send data to Flask route
// var xhr = new XMLHttpRequest();
// xhr.open("POST", "/generatereport", true);
// xhr.setRequestHeader("Content-Type", "application/json");
// xhr.onreadystatechange = function () {
// if (xhr.readyState === 4 && xhr.status === 200) {
// console.log(xhr.responseText);
// }
// };
// var data = JSON.stringify({
// name: name,
// pid: pid,
// age: age,
// sfeel: sfeel,
// stest: stest,
// doctor_name: docname,
// doctor_id: docid
// });
// xhr.send(data);
Binary file added static/documentsgen/KA101.docx
Binary file not shown.

0 comments on commit b01cd3b

Please sign in to comment.