Spaces:
Sleeping
Sleeping
QAway-to commited on
Commit ·
630c6a3
1
Parent(s): 3bc03ef
New style APP (Tab Changes v3.1.0)
Browse files- .idea/TradeLinkAI.iml +7 -0
- app.py +1 -1
.idea/TradeLinkAI.iml
CHANGED
|
@@ -5,4 +5,11 @@
|
|
| 5 |
<orderEntry type="inheritedJdk" />
|
| 6 |
<orderEntry type="sourceFolder" forTests="false" />
|
| 7 |
</component>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
</module>
|
|
|
|
| 5 |
<orderEntry type="inheritedJdk" />
|
| 6 |
<orderEntry type="sourceFolder" forTests="false" />
|
| 7 |
</component>
|
| 8 |
+
<component name="PyDocumentationSettings">
|
| 9 |
+
<option name="format" value="PLAIN" />
|
| 10 |
+
<option name="myDocStringFormat" value="Plain" />
|
| 11 |
+
</component>
|
| 12 |
+
<component name="TestRunnerService">
|
| 13 |
+
<option name="PROJECT_TEST_RUNNER" value="py.test" />
|
| 14 |
+
</component>
|
| 15 |
</module>
|
app.py
CHANGED
|
@@ -67,7 +67,7 @@ h2, h3, .gr-markdown {
|
|
| 67 |
resize: none !important;
|
| 68 |
overflow-y: auto !important;
|
| 69 |
}
|
| 70 |
-
|
| 71 |
/* === Comparison / Analysis boxes alignment === */
|
| 72 |
#llm_comment_box textarea,
|
| 73 |
#comparison_table,
|
|
|
|
| 67 |
resize: none !important;
|
| 68 |
overflow-y: auto !important;
|
| 69 |
}
|
| 70 |
+
|
| 71 |
/* === Comparison / Analysis boxes alignment === */
|
| 72 |
#llm_comment_box textarea,
|
| 73 |
#comparison_table,
|