boazchung commited on
Commit
242a562
1 Parent(s): 2216247

Update translation.html

Browse files
Files changed (1) hide show
  1. translation.html +1 -1
translation.html CHANGED
@@ -99,7 +99,7 @@
99
  document.getElementById("outputArea2").innerText = JSON.stringify(result, null, 2);
100
  } catch (error) {
101
  console.error("Error during translation:", error);
102
- }
103
  }
104
  }
105
 
 
99
  document.getElementById("outputArea2").innerText = JSON.stringify(result, null, 2);
100
  } catch (error) {
101
  console.error("Error during translation:", error);
102
+
103
  }
104
  }
105