Skip to content

Commit

Permalink
Update route.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
tenkus47 authored Nov 18, 2024
1 parent e7d4ce0 commit 9e1d47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/model.mt/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default function Index() {
const target_lang = params.get("target") || "bo";
const source_lang = params.get("source") || "en";
const [sourceText, setSourceText] = useState("");
const [model, setModel] = useState("Melong");
const [model, setModel] = useState("MONLAM-MELONG");
const { limitMessage, CHAR_LIMIT } = useLoaderData();
const [edit, setEdit] = useState(false);
const [editText, setEditText] = useState("");
Expand Down

0 comments on commit 9e1d47d

Please sign in to comment.