Update modules/document_analysis/document_app.py
Browse files
modules/document_analysis/document_app.py
CHANGED
|
@@ -411,5 +411,12 @@ class DataAnalysisApp:
|
|
| 411 |
fig.add_trace(
|
| 412 |
go.Scatter(
|
| 413 |
x=[0, max_value],
|
| 414 |
-
y=[0,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 415 |
(Content truncated due to size limit. Use line ranges to read in chunks)
|
|
|
|
| 411 |
fig.add_trace(
|
| 412 |
go.Scatter(
|
| 413 |
x=[0, max_value],
|
| 414 |
+
y=[0, max_value],
|
| 415 |
+
mode="lines",
|
| 416 |
+
line=dict(color="gray", dash="dash"),
|
| 417 |
+
name="الميزانية = التكلفة"
|
| 418 |
+
)
|
| 419 |
+
)
|
| 420 |
+
st.plotly_chart(fig, use_container_width=True)
|
| 421 |
+
|
| 422 |
(Content truncated due to size limit. Use line ranges to read in chunks)
|